Skip to content

Commit 2bdfcad

Browse files
author
jef
committed
fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent da7e57d commit 2bdfcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_ts_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ while (( $# > 0 )); do
5959
arg=$1
6060
shift
6161
if [ -f "i18n/qgis_$arg.ts" ]; then
62-
echo "cannot add existing tranlation $arg"
62+
echo "cannot add existing translation $arg"
6363
exit 1
6464
else
6565
add="$add $arg"

0 commit comments

Comments
 (0)