Skip to content

Commit 461978a

Browse files
author
timlinux
committedDec 2, 2010
Fix poor english on gdal job completion dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14829 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/GdalTools/tools/widgetPluginBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def finished(self, load):
7676
if fileInfo.exists():
7777
if load:
7878
self.addLayerIntoCanvas(fileInfo)
79-
QMessageBox.information(self, self.tr( "Finished" ), self.tr( "Elaboration completed." ) )
79+
QMessageBox.information(self, self.tr( "Finished" ), self.tr( "Processing completed." ) )
8080
else:
8181
QMessageBox.warning(self, self.tr( "Warning" ), self.tr( "%1 not created." ).arg( outFn ) )
8282

0 commit comments

Comments
 (0)
Please sign in to comment.