Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 16, 2010
1 parent da7e57d commit 2bdfcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 2bdfcad

Please sign in to comment.