diff options
author | ShadowNinja <shadowninja@minetest.net> | 2022-01-31 20:01:20 -0500 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2022-04-08 14:55:21 +0100 |
commit | 80db8804c7f0231ce003c35cedbeb576efd39aa1 (patch) | |
tree | debf56048dd3dcd9d32fe3388adad223385b35f8 /builtin | |
parent | d9effbb179beda350dc3cab3b4d610addf3c7768 (diff) | |
download | minetest-80db8804c7f0231ce003c35cedbeb576efd39aa1.tar.gz minetest-80db8804c7f0231ce003c35cedbeb576efd39aa1.tar.bz2 minetest-80db8804c7f0231ce003c35cedbeb576efd39aa1.zip |
Fix typo and update settings files
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/mainmenu/generate_from_settingtypes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/mainmenu/generate_from_settingtypes.lua b/builtin/mainmenu/generate_from_settingtypes.lua index 4fcaa7076..0f551fbb1 100644 --- a/builtin/mainmenu/generate_from_settingtypes.lua +++ b/builtin/mainmenu/generate_from_settingtypes.lua @@ -99,7 +99,7 @@ end local translation_file_header = [[ // This file is automatically generated -// It conatins a bunch of fake gettext calls, to tell xgettext about the strings in config files +// It contains 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/dlg_settings_advanced.lua fake_function() {]] |