summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2016-07-27 18:46:02 +0200
committerest31 <MTest31@outlook.com>2016-08-20 15:48:47 +0200
commit6590140260d0338ab5a0fd2bbcd4c72f07dd963d (patch)
tree6aba1e18a131f59b7b0e343b01b2ae93778ba377 /src/settings_translation_file.cpp
parentba501273094b0c6c77404610f2dee81c031d0074 (diff)
downloadminetest-6590140260d0338ab5a0fd2bbcd4c72f07dd963d.tar.gz
minetest-6590140260d0338ab5a0fd2bbcd4c72f07dd963d.tar.bz2
minetest-6590140260d0338ab5a0fd2bbcd4c72f07dd963d.zip
Tidy up generate_from_settingtypes.lua a bit.
* Multiline strings * Table-concat instead of String-concats * string.rep instead of loop-concat * string.format %q instead of manual quotation by gsub * Assert writeable files * Generate new settings_translation_file
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index 3e82279cd..10e38e1a7 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -1,6 +1,6 @@
// This file is automatically generated
// It conatins a bunch of fake gettext calls, to tell xgettext about the strings in config files
-// To update it, refer to the bottom of builtin/mainmenu/tab_settings.lua
+// To update it, refer to the bottom of builtin/mainmenu/dlg_settings_advanced.lua
fake_function() {
gettext("Client");