summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorTriBlade9 <triblade9@mail.com>2016-04-14 02:15:41 -0700
committerest31 <MTest31@outlook.com>2016-04-14 11:20:11 +0200
commit6530ed4dd8e8304a6f7769b05bd776535c9c3abc (patch)
tree1b88fef629af0b904089d5ee20d55cac9d108553 /src/settings_translation_file.cpp
parentb5f6d41eedca983a98470fdb97b5732e08802d24 (diff)
downloadminetest-6530ed4dd8e8304a6f7769b05bd776535c9c3abc.tar.gz
minetest-6530ed4dd8e8304a6f7769b05bd776535c9c3abc.tar.bz2
minetest-6530ed4dd8e8304a6f7769b05bd776535c9c3abc.zip
Add option to disable entity selectionboxes. (#3992)
Setting only loaded once, default value is to enable them.
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index 77fd6c682..beb56d9f3 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -102,6 +102,7 @@ fake_function() {
gettext("Whether to support older servers before protocol version 25.\nEnable if you want to connect to 0.4.12 servers and before.\nServers starting with 0.4.13 will work, 0.4.12-dev servers may work.\nDisabling this option will protect your password better.");
gettext("Saving map received from server");
gettext("Save the map received by the client on disk.");
+ gettext("Show entity selection boxes");
gettext("Connect to external media server");
gettext("Enable usage of remote media server (if provided by server).\nRemote servers offer a significantly faster way to download media (e.g. textures)\nwhen connecting to the server.");
gettext("Serverlist URL");