diff options
author | Esteban I. RM <me@exio4.xyz> | 2017-10-16 20:44:48 -0300 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-10-17 19:22:10 +0200 |
commit | 5e24ca05fd91a7870983858f02b4f6cf7b496a06 (patch) | |
tree | d572d9a28eb0c69cbd5d902dc794f1944fbcc4e7 | |
parent | 792e013eaf4a572364457b96f6f9c07dafe6fe9a (diff) | |
download | minetest-5e24ca05fd91a7870983858f02b4f6cf7b496a06.tar.gz minetest-5e24ca05fd91a7870983858f02b4f6cf7b496a06.tar.bz2 minetest-5e24ca05fd91a7870983858f02b4f6cf7b496a06.zip |
Add updated settings_translation_file
-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 bd8447c4b..e72b0a9f0 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -310,7 +310,7 @@ fake_function() { gettext("Crosshair alpha"); gettext("Crosshair alpha (opaqueness, between 0 and 255)."); gettext("Recent Chat Messages"); - gettext("Maximum number of recent chat lines to show"); + gettext("Maximum number of recent chat messages to show"); gettext("Desynchronize block animation"); gettext("Whether node texture animations should be desynchronized per mapblock."); gettext("Maximum hotbar width"); |