summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-11 18:37:00 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-11 18:37:00 +0000
commit06de1cdeb733f2ac62a860df183089bcdbcac535 (patch)
tree8ba0f421fd589b593fb9ec374b6239a666c1c876 /plugins/TabSRMM/src
parent223a43dcfeb1df3640c43a9997348039a32c759d (diff)
TabSRMM: hotkey proper name
git-svn-id: http://svn.miranda-ng.org/main/trunk@7131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src')
-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 4381448772..88029329d8 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,