summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r--plugins/KeyboardNotify/res/resources.rc2
-rw-r--r--plugins/KeyboardNotify/src/options.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc
index abfe534e93..428b825334 100644
--- a/plugins/KeyboardNotify/res/resources.rc
+++ b/plugins/KeyboardNotify/res/resources.rc
@@ -107,7 +107,7 @@ BEGIN
CONTROL "All at the same time",IDC_SAMETIME,"Button",BS_AUTORADIOBUTTON | WS_GROUP,168,21,127,10
CONTROL "In turn",IDC_INTURN,"Button",BS_AUTORADIOBUTTON,168,35,126,10
CONTROL "In sequence",IDC_INSEQUENCE,"Button",BS_AUTORADIOBUTTON,168,49,62,10
- COMBOBOX IDC_SEQORDER,231,47,53,95,CBS_DROPDOWNLIST | WS_TABSTOP
+ COMBOBOX IDC_SEQORDER,231,47,67,95,CBS_DROPDOWNLIST | WS_TABSTOP
CONTROL "Custom theme",IDC_CUSTOM,"Button",BS_AUTORADIOBUTTON,168,63,62,10
COMBOBOX IDC_SCUSTOM,231,62,67,95,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Accordingly to events' count",IDC_TRILLIAN,"Button",BS_AUTORADIOBUTTON,168,77,113,10
diff --git a/plugins/KeyboardNotify/src/options.cpp b/plugins/KeyboardNotify/src/options.cpp
index 47cae78725..92b5476380 100644
--- a/plugins/KeyboardNotify/src/options.cpp
+++ b/plugins/KeyboardNotify/src/options.cpp
@@ -78,7 +78,7 @@ extern PROCESS_LIST ProcessList;
HWND hwndProto, hwndBasic, hwndEffect, hwndTheme, hwndIgnore, hwndCurrentTab;
TCHAR *AttendedName[]={_T("Miranda"), _T("Windows")};
-TCHAR *OrderName[]={TranslateT("left->right"), TranslateT("right->left"), TranslateT("left<->right")};
+TCHAR *OrderName[]={TranslateT("left -> right"), TranslateT("right -> left"), TranslateT("left <-> right")};
PROCESS_LIST ProcessListAux;
XSTATUS_INFO *XstatusListAux;