diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-10-12 19:19:16 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-10-12 19:19:16 +0000 |
commit | eedd6a6897c8c1cecea58084fc0d2aeb15f2f511 (patch) | |
tree | fc943eea19f0da6f495fae2a3244643a86230279 /plugins/Ping/res | |
parent | f1b9874207d0f7cb58915ea0b635a45d91491a31 (diff) |
Ping: this is better and shorter (thx Wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/res')
-rw-r--r-- | plugins/Ping/res/ping.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/res/ping.rc b/plugins/Ping/res/ping.rc index 542a2add0c..452deb4fd3 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 Options -> Customize -> Fonts options to change text size and color.",IDC_STATFS,20,101,277,18
+ LTEXT "Use Options -> Customize -> Fonts to change text size and color.",IDC_STATFS,20,101,277,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
|