diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-21 22:22:02 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-21 22:22:02 +0000 |
commit | a73370f2b881d37ab8e2013e3428024f02bb0f95 (patch) | |
tree | ae557555178987554384d3b24dd7183642033e46 /plugins/TabSRMM | |
parent | 1b2ff82416ac3c4869ba8f75c492d48fab8c49f9 (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@9272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index 9615195296..43d9ad6537 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -165,7 +165,7 @@ static branch_t branch2[] = { { LPGENT("Indent the second line of a message"), "LogIndentEnabled", 0, 1, NULL },
{ LPGENT("Limit user names in the message log to 20 characters"), "LogLimitNames", 0, 1, NULL },
{ LPGENT("Add a colon (:) to auto-completed user names"), "AddColonToAutoComplete", 0, 1, NULL },
- { LPGENT("Start private conversation on doubleclick in nick list (insert nick if unchecked)"), "DoubleClick4Privat", 0, 0, NULL },
+ { LPGENT("Start private conversation on double click in nick list (insert nick if unchecked)"), "DoubleClick4Privat", 0, 0, NULL },
{ LPGENT("Strip colors from messages in the log"), "StripFormatting", 0, 0, NULL },
{ LPGENT("Enable the 'event filter' for new rooms"), "FilterEnabled", 0, 0, NULL },
{ LPGENT("Use IRC style status indicators in the log"), "LogClassicIndicators", 0, 0, NULL },
|