diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-29 19:28:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-29 19:28:12 +0300 |
commit | d0bcf8a642196b7b39a6be95559e434a1c652ea8 (patch) | |
tree | 8c4d6d64ccb4c3eedeb7ad3f2a2f0a10c2d428b3 /src/gui/widgets/tabs | |
parent | f20db843ecb482ef86272bde93b8d07ca090a711 (diff) | |
download | plus-d0bcf8a642196b7b39a6be95559e434a1c652ea8.tar.gz plus-d0bcf8a642196b7b39a6be95559e434a1c652ea8.tar.bz2 plus-d0bcf8a642196b7b39a6be95559e434a1c652ea8.tar.xz plus-d0bcf8a642196b7b39a6be95559e434a1c652ea8.zip |
Another typo in chat settings.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/setup_chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp index aa3970cb9..45b04a65b 100644 --- a/src/gui/widgets/tabs/setup_chat.cpp +++ b/src/gui/widgets/tabs/setup_chat.cpp @@ -121,7 +121,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : // TODO: ask 4144 if popup description is correct. // TRANSLATORS: settings option new SetupItemCheckBox(_("Enable debug chat Log"), - _("If you enable thus, debug chat tab also will be logged to disk."), + _("If you enable this, debug chat tab also will be logged to disk."), "enableDebugLog", this, "enableDebugLogEvent"); // TRANSLATORS: settings option |