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 fc7a04e21..c82bc64d9 100644 --- a/src/gui/widgets/tabs/setup_chat.cpp +++ b/src/gui/widgets/tabs/setup_chat.cpp @@ -266,7 +266,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : 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 " - "hilights are annoying - use it with caution."), + "highlights are annoying - use it with caution."), "highlightWords", this, "highlightWordsEvent"); // TRANSLATORS: settings option |