Skip to content

Commit

Permalink
gui2/log_settings: Make log options tooltips translatable
Browse files Browse the repository at this point in the history
Fixes #2837.

(cherry-picked from commit 3967fd1)
  • Loading branch information
irydacea committed Oct 7, 2018
1 parent bb7afe2 commit 99d2919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions data/gui/window/logging.cfg
Expand Up @@ -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]
Expand Down

0 comments on commit 99d2919

Please sign in to comment.