diff options
author | Wuzzy <wuzzy2@mail.ru> | 2020-03-20 08:41:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 09:41:07 +0100 |
commit | 625b1005939e76d6a5b2d241635be3b8a89eb128 (patch) | |
tree | 07c47b2f6925a2da46dc6f648e8b35c3da02cf2b /src/gui/modalMenu.cpp | |
parent | 5c1b72544a6158346b7d8608c895678fe7d5a19b (diff) | |
download | minetest-625b1005939e76d6a5b2d241635be3b8a89eb128.tar.gz minetest-625b1005939e76d6a5b2d241635be3b8a89eb128.tar.bz2 minetest-625b1005939e76d6a5b2d241635be3b8a89eb128.zip |
Add comments for translators (#9510)
* Add translator comments for "special" strings
* Add translator comments for some "tricky" strings
Diffstat (limited to 'src/gui/modalMenu.cpp')
-rw-r--r-- | src/gui/modalMenu.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/modalMenu.cpp b/src/gui/modalMenu.cpp index 30417943d..8fb6c6f0f 100644 --- a/src/gui/modalMenu.cpp +++ b/src/gui/modalMenu.cpp @@ -134,6 +134,8 @@ bool GUIModalMenu::preprocessEvent(const SEvent &event) return retval; m_jni_field_name = field_name; + /*~ Imperative, as in "Enter/type in text". + Don't forget the space. */ std::string message = gettext("Enter "); std::string label = wide_to_utf8(getLabelByID(hovered->getID())); if (label.empty()) |