Skip to content

Commit e86fbf9

Browse files
updatepo.shsfan5
updatepo.sh
authored andcommittedFeb 23, 2021
Update minetest.conf.example and dummy translation file
1 parent f35b9be commit e86fbf9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

Diff for: ‎minetest.conf.example

+6-1
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,11 @@
503503

504504
### Basic
505505

506+
# Whether nametag backgrounds should be shown by default.
507+
# Mods may still set a background.
508+
# type: bool
509+
# show_nametag_backgrounds = true
510+
506511
# Enable vertex buffer objects.
507512
# This should greatly improve graphics performance.
508513
# type: bool
@@ -1298,7 +1303,7 @@
12981303
# type: bool
12991304
# enable_damage = false
13001305

1301-
# Enable creative mode for new created maps.
1306+
# Enable creative mode for all players
13021307
# type: bool
13031308
# creative_mode = false
13041309

Diff for: ‎src/settings_translation_file.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ fake_function() {
203203
gettext("Graphics");
204204
gettext("In-Game");
205205
gettext("Basic");
206+
gettext("Show nametag backgrounds by default");
207+
gettext("Whether nametag backgrounds should be shown by default.\nMods may still set a background.");
206208
gettext("VBO");
207209
gettext("Enable vertex buffer objects.\nThis should greatly improve graphics performance.");
208210
gettext("Fog");
@@ -513,7 +515,7 @@ fake_function() {
513515
gettext("Damage");
514516
gettext("Enable players getting damage and dying.");
515517
gettext("Creative");
516-
gettext("Enable creative mode for new created maps.");
518+
gettext("Enable creative mode for all players");
517519
gettext("Fixed map seed");
518520
gettext("A chosen map seed for a new map, leave empty for random.\nWill be overridden when creating a new world in the main menu.");
519521
gettext("Default password");

0 commit comments

Comments
 (0)