summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPilzAdam <pilzadam@minetest.net>2015-10-15 21:32:31 +0200
committerPilzAdam <pilzadam@minetest.net>2015-10-17 22:06:29 +0200
commit006ef5b4a5e362eed848ca26b411a8059d74b965 (patch)
tree46fd4ad12e620e836e3778f87cbbe41bbf803162 /util
parent06e5d0f5c59b7d3d1bb20d76abf011a474302b3a (diff)
downloadminetest-006ef5b4a5e362eed848ca26b411a8059d74b965.tar.gz
minetest-006ef5b4a5e362eed848ca26b411a8059d74b965.tar.bz2
minetest-006ef5b4a5e362eed848ca26b411a8059d74b965.zip
New settings tab contain all possible settings
Settings are automatically parsed from builtin/settingtypes.txt The edit dialog automatically adjust based on the type of setting
Diffstat (limited to 'util')
-rwxr-xr-xutil/updatepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/updatepo.sh b/util/updatepo.sh
index f4a401f2c..1fc723373 100755
--- a/util/updatepo.sh
+++ b/util/updatepo.sh
@@ -50,7 +50,7 @@ cd ..
potfile=po/minetest.pot
xgettext --package-name=minetest \
--sort-by-file \
- --add-location=file \
+ --add-location \
--keyword=N_ \
--keyword=wgettext \
--keyword=fgettext \