1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(tools): update translation updater's commit message (s/w/W/)

This commit is contained in:
Zetok Zalbavar 2016-10-05 13:38:17 +01:00
parent 13baf9326d
commit 4b7ab093c2
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -25,7 +25,7 @@
set -eu -o pipefail
readonly COMMIT_MSG="chore(i18n): update translation files for weblate"
readonly COMMIT_MSG="chore(i18n): update translation files for Weblate"
readonly LUPDATE_CMD="lupdate -pro qtox.pro -no-obsolete -locations none -ts"
if [[ "$@" = "ALL" ]]