diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2018-01-05 19:39:06 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2018-01-05 20:59:30 +0100 |
commit | 9146c6a50fdf81196bab3d517b8313fb4fa3bc71 (patch) | |
tree | dad709901c6840812401dc6f0db1d356a4ef4866 /util | |
parent | f40f4143dfbbaadaabcdbd5243412d389a9d29fb (diff) | |
download | minetest-9146c6a50fdf81196bab3d517b8313fb4fa3bc71.tar.gz minetest-9146c6a50fdf81196bab3d517b8313fb4fa3bc71.tar.bz2 minetest-9146c6a50fdf81196bab3d517b8313fb4fa3bc71.zip |
Don't recalculate statustext initial color everytime & review fixes
Diffstat (limited to 'util')
-rwxr-xr-x | util/updatepo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/updatepo.sh b/util/updatepo.sh index 99cb38a0a..84dfd3ddb 100755 --- a/util/updatepo.sh +++ b/util/updatepo.sh @@ -57,7 +57,7 @@ xgettext --package-name=minetest \ --keyword=fgettext_ne \ --keyword=strgettext \ --keyword=wstrgettext \ - --keyword=showStatusTextSimple \ + --keyword=showTranslatedStatusText \ --output $potfile \ --from-code=utf-8 \ `find src/ -name '*.cpp' -o -name '*.h'` \ |