git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-08-16 07:17:07 +00:00
parent da7e57d93b
commit 2bdfcad180

View File

@ -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"