summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-07-12 08:48:44 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-07-12 08:48:44 +0000
commitd245aec64649f62bf0605a84f43b1317e1b1def0 (patch)
tree771d189d246b7e7fd39b6d1d43535f1a3ba3dd97 /src
parent9dbc1b6c45592147a121015e829c35738fe2bc90 (diff)
cosmetic (patch from Wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/core/stdchat/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdchat/src/options.cpp b/src/core/stdchat/src/options.cpp
index 0e7d7c0092..51e2ca4105 100644
--- a/src/core/stdchat/src/options.cpp
+++ b/src/core/stdchat/src/options.cpp
@@ -175,7 +175,7 @@ static const struct branch_t branch6[] = {
{ LPGENT("Show popup for highlights"), "PopupFlags", GC_EVENT_HIGHLIGHT, 0},
{ LPGENT("Show popup for users leaving"), "PopupFlags", GC_EVENT_PART, 0},
{ LPGENT("Show popup for users kicking other user"), "PopupFlags", GC_EVENT_KICK, 0},
- { LPGENT("Show popup for notices "), "PopupFlags", GC_EVENT_NOTICE, 0},
+ { LPGENT("Show popup for notices"), "PopupFlags", GC_EVENT_NOTICE, 0},
{ LPGENT("Show popup for name changes"), "PopupFlags", GC_EVENT_NICK, 0},
{ LPGENT("Show popup for information messages"), "PopupFlags", GC_EVENT_INFORMATION, 0},
{ LPGENT("Show popup for status changes"), "PopupFlags", GC_EVENT_ADDSTATUS, 0},