[QGIS Commit] r14089 - trunk/qgis/scripts

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Aug 16 03:17:07 EDT 2010


Author: jef
Date: 2010-08-16 07:17:07 +0000 (Mon, 16 Aug 2010)
New Revision: 14089

Modified:
   trunk/qgis/scripts/update_ts_files.sh
Log:
fix typo

Modified: trunk/qgis/scripts/update_ts_files.sh
===================================================================
--- trunk/qgis/scripts/update_ts_files.sh	2010-08-16 07:16:50 UTC (rev 14088)
+++ trunk/qgis/scripts/update_ts_files.sh	2010-08-16 07:17:07 UTC (rev 14089)
@@ -59,7 +59,7 @@
     arg=$1
     shift
     if [ -f "i18n/qgis_$arg.ts" ]; then
-      echo "cannot add existing tranlation $arg"
+      echo "cannot add existing translation $arg"
       exit 1
     else
       add="$add $arg"



More information about the QGIS-commit mailing list