diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-12 07:55:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-12 07:55:16 +0000 |
commit | 4a5785456d34c38514eca1ca25f6914b74d3186d (patch) | |
tree | 0267b397964056bf4affae8b34bac427b013ad7d /src/core/stdchat | |
parent | 2c627a0b96f51d243553d567086b3973cfacefd1 (diff) |
- cosmetic (patch from Wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat')
-rw-r--r-- | src/core/stdchat/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdchat/src/options.cpp b/src/core/stdchat/src/options.cpp index e83e550c4c..0e7d7c0092 100644 --- a/src/core/stdchat/src/options.cpp +++ b/src/core/stdchat/src/options.cpp @@ -143,7 +143,7 @@ static const struct branch_t branch4[] = { { LPGENT("Show icon for highlights"), "IconFlags", GC_EVENT_HIGHLIGHT, 0},
{ LPGENT("Show icon for users leaving"), "IconFlags", GC_EVENT_PART, 0},
{ LPGENT("Show icon for users kicking other user"), "IconFlags", GC_EVENT_KICK, 0},
- { LPGENT("Show icon for notices "), "IconFlags", GC_EVENT_NOTICE, 0},
+ { LPGENT("Show icon for notices"), "IconFlags", GC_EVENT_NOTICE, 0},
{ LPGENT("Show icon for name changes"), "IconFlags", GC_EVENT_NICK, 0},
{ LPGENT("Show icon for information messages"), "IconFlags", GC_EVENT_INFORMATION, 0},
{ LPGENT("Show icon for status changes"), "IconFlags", GC_EVENT_ADDSTATUS, 0},
|