diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-28 01:55:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-28 01:55:42 +0300 |
commit | 9fe347e05374d5f9b08e2aed1b0c8bdbfd067111 (patch) | |
tree | c04ffdd2ddc4870c4ec034162265b3bf248115e9 /src | |
parent | a3f4d0d6b1df660fdc83da07538dc3ea51641450 (diff) | |
download | plus-9fe347e05374d5f9b08e2aed1b0c8bdbfd067111.tar.gz plus-9fe347e05374d5f9b08e2aed1b0c8bdbfd067111.tar.bz2 plus-9fe347e05374d5f9b08e2aed1b0c8bdbfd067111.tar.xz plus-9fe347e05374d5f9b08e2aed1b0c8bdbfd067111.zip |
Fix typo.
Diffstat (limited to 'src')
-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 |