Skip to content

Commit a9eb65d

Browse files
author
jef
committedMar 31, 2010
german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13208 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+1036
-764
lines changed

2 files changed

+1036
-764
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 1035 additions & 763 deletions
Large diffs are not rendered by default.

‎python/plugins/fTools/tools/doMergeShapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def inputDir( self ):
3838
workDir.setNameFilters( nameFilter )
3939
self.inputFiles = workDir.entryList()
4040
if self.inputFiles.count() == 0:
41-
QMessageBox.warning( self, self.tr( "No images found" ),
41+
QMessageBox.warning( self, self.tr( "No shapefiles found" ),
4242
self.tr( "There are no shapefiles in this directory. Please select another one." ) )
4343
self.inputFiles = None
4444
return

0 commit comments

Comments
 (0)
Please sign in to comment.