diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-10-09 00:34:44 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-10-09 00:34:44 +0000 |
commit | 52dce400ebc4fce2181de01cf3ccd9616457a077 (patch) | |
tree | 27a35c52d69386355b2dc65a3c74154a0a77ab83 | |
parent | e7a1dc7da1606a0e5bf0266ed0a94714d0433c02 (diff) |
unification with similar strings
git-svn-id: http://svn.miranda-ng.org/main/trunk@15521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Ping/res/ping.rc | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 10afc10325..3b587210f1 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -258,7 +258,7 @@ BEGIN RTEXT "Accounts per line",IDC_STATIC,15,150,73,10
EDITTEXT IDC_MULTI_COUNT,93,148,48,12,ES_NUMBER
CONTROL "",IDC_MULTI_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,129,148,11,12
- LTEXT "* To increase status bar height:\nset in Main menu: Frames -> Status Bar -> Show title then pull appeared title of status bar up or down.",IDC_STATIC,27,163,123,42,WS_DISABLED
+ LTEXT "* To increase status bar height:\nset in Main menu -> Frames -> Status Bar -> Show title then pull appeared title of status bar up or down.",IDC_STATIC,27,163,123,42,WS_DISABLED
LTEXT "Hold [Shift] to inverse [Right Click] behavior.",IDC_STATIC,27,207,267,8,WS_DISABLED
LTEXT "[Ctrl]+[Left Click] to filter only protocol. Click on empty space to show all.",IDC_STATIC,27,216,267,8,WS_DISABLED
CONTROL "Set options per account",IDC_STATUSBAR_PER_PROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,12,134,10
diff --git a/plugins/Ping/res/ping.rc b/plugins/Ping/res/ping.rc index b93d1e7f17..51fe7ac828 100644 --- a/plugins/Ping/res/ping.rc +++ b/plugins/Ping/res/ping.rc @@ -87,7 +87,7 @@ BEGIN GROUPBOX "Interface",IDC_STATIC,4,84,293,76
CONTROL "Do not change icon when testing",IDC_CHK_NOTESTICON,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,145,181,10
- LTEXT "Use the Customize -> Fonts options to change text size and color.",IDC_STATFS,20,101,174,18
+ LTEXT "Use the Options -> Customize -> Fonts options to change text size and color.",IDC_STATFS,20,101,174,18
RTEXT "Indent:",IDC_STATIC,44,127,33,8
EDITTEXT IDC_EDIT1,89,124,33,15,ES_AUTOHSCROLL
CONTROL "Spin2",IDC_SP_INDENT,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,121,124,12,15
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 89473a4ff2..91c4b92bf7 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -597,7 +597,7 @@ BEGIN CONTROL "Log status changes (in open message windows only)",IDC_UPREFS_LOGSTATUS,
"Button",BS_AUTO3STATE | WS_TABSTOP,15,210,290,11
PUSHBUTTON "Revert to global options",IDC_REVERTGLOBAL,62,242,191,18
- LTEXT "You can set private message log options for this contact here. Filled boxes are inherited from the global settings which can be found on Message sessions -> Message log",IDC_STATIC,16,4,296,28
+ LTEXT "You can set private message log options for this contact here. Filled boxes are inherited from the global settings which can be found on Settings -> Message sessions -> Message log",IDC_STATIC,16,4,296,28
CONTROL "Use normal templates (uncheck to use simple templates)",IDC_UPREFS_NORMALTEMPLATES,
"Button",BS_AUTO3STATE | WS_TABSTOP,15,224,290,11
END
|