diff options
author | Tim <t4im@users.noreply.github.com> | 2016-07-27 18:46:02 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-08-20 15:48:47 +0200 |
commit | 6590140260d0338ab5a0fd2bbcd4c72f07dd963d (patch) | |
tree | 6aba1e18a131f59b7b0e343b01b2ae93778ba377 /src | |
parent | ba501273094b0c6c77404610f2dee81c031d0074 (diff) | |
download | minetest-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')
-rw-r--r-- | src/settings_translation_file.cpp | 2 |
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"); |