summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-12 15:46:23 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-12 15:46:23 +0000
commit4ae7249c91fa4152eb46c8b65da17b107571a8aa (patch)
tree4faab60e475cc814f6697fb8e7a2bf8aefa656d9 /plugins/TabSRMM
parent491072d3302a03404adff56ecda95af00cc43a96 (diff)
proper version of [7131]
git-svn-id: http://svn.miranda-ng.org/main/trunk@7149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/translator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp
index 88029329d8..e7c6c39829 100644
--- a/plugins/TabSRMM/src/translator.cpp
+++ b/plugins/TabSRMM/src/translator.cpp
@@ -99,7 +99,7 @@ TOptionListGroup m_lvGroupsMsg[] = {
};
TOptionListItem m_lvItemsMsg[] = {
- 0, LPGENT("Send on SHIFT+Enter"), 0, LOI_TYPE_SETTING, (UINT_PTR)"sendonshiftenter", 1,
+ 0, LPGENT("Send on Shift+Enter"), 0, LOI_TYPE_SETTING, (UINT_PTR)"sendonshiftenter", 1,
0, LPGENT("Send message on 'Enter'"), SRMSGDEFSET_SENDONENTER, LOI_TYPE_SETTING, (UINT_PTR)SRMSGSET_SENDONENTER, 1,
0, LPGENT("Send message on double 'Enter'"), 0, LOI_TYPE_SETTING, (UINT_PTR)"SendOnDblEnter", 1,
0, LPGENT("Minimize the message window on send"), SRMSGDEFSET_AUTOMIN, LOI_TYPE_SETTING, (UINT_PTR)SRMSGSET_AUTOMIN, 1,