diff options
Diffstat (limited to 'src/gui/widgets/tabs/setup_chat.cpp')
-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 |