mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
da7e57d93b
commit
2bdfcad180
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user