diff options
-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 3502a7754..aa3970cb9 100644 --- a/src/gui/widgets/tabs/setup_chat.cpp +++ b/src/gui/widgets/tabs/setup_chat.cpp @@ -265,7 +265,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : // TRANSLATORS: settings option new SetupItemTextField(_("Highlight words (separated by comma)"), _("Here you can specify some extra words which will also cause " - "highlighting. Use comma to separate words.\n\nNote: frequent" + "highlighting. Use comma to separate words.\n\nNote: frequent " "hilights are annoying - use it with caution."), "highlightWords", this, "highlightWordsEvent"); |