From 2bdfcad180e38b8f19bfde266cb9f894b3871eaa Mon Sep 17 00:00:00 2001 From: jef Date: Mon, 16 Aug 2010 07:17:07 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c --- scripts/update_ts_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_ts_files.sh b/scripts/update_ts_files.sh index d9c393960b2..eb1485b7d65 100755 --- a/scripts/update_ts_files.sh +++ b/scripts/update_ts_files.sh @@ -59,7 +59,7 @@ while (( $# > 0 )); do 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"