gui2/log_settings: Make log options tooltips translatable

Fixes #2837.

(cherry-picked from commit 3967fd190e)
This commit is contained in:
Iris Morelle 2018-04-06 14:01:26 -03:00
parent bb7afe25bb
commit 99d2919f5d
2 changed files with 5 additions and 4 deletions

View file

@ -20,6 +20,7 @@
(bug #2732)
* Fixed "Search" placeholder text in dialog item filters not being
translatable (bug #2709, bug #2732).
* Fixed Logging Options tooltips not being translatable (bug #2837).
* Updated translations: British English, Chinese (Simplified), Czech, French,
Polish, Scottish Gaelic, Spanish, Ukrainian
### User Interface

View file

@ -126,10 +126,10 @@
[/column]
{_GUI_LOGGER_RADIOS {_DEBUG} "Debug level logging: maximum information"}
{_GUI_LOGGER_RADIOS {_INFO} "Info level logging: more information"}
{_GUI_LOGGER_RADIOS {_WARN} "Warning level logging: less information"}
{_GUI_LOGGER_RADIOS {_ERR} "Error level logging: minimum information"}
{_GUI_LOGGER_RADIOS {_DEBUG} ( _ "Debug level logging: maximum information")}
{_GUI_LOGGER_RADIOS {_INFO} ( _ "Info level logging: more information")}
{_GUI_LOGGER_RADIOS {_WARN} ( _ "Warning level logging: less information")}
{_GUI_LOGGER_RADIOS {_ERR} ( _ "Error level logging: minimum information")}
[/row]
[/grid]