diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-09-06 22:53:57 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-09-06 22:53:57 +0000 |
commit | 5007a3717a24f2f0737dd21600dc76df623c545a (patch) | |
tree | 3428f362f52a8dfbd1af4064fd39e44e51304b66 /protocols/Tox/res/resource.rc | |
parent | 94b6d7e22023b069ffe7bdc1288fffb21a8f4269 (diff) |
Tox: proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r-- | protocols/Tox/res/resource.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 09ca8feb54..7550a65f43 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -106,10 +106,10 @@ BEGIN EDITTEXT IDC_PASSWORD,81,62,217,12,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_VISIBLE
LTEXT "Default group:",IDC_STATIC,12,80,69,12
EDITTEXT IDC_GROUP,81,78,217,12,ES_AUTOHSCROLL
- PUSHBUTTON "Create tox profile",IDC_PROFILE_NEW,81,30,107,13
- PUSHBUTTON "Import tox profile",IDC_PROFILE_IMPORT,191,30,107,13
+ PUSHBUTTON "Create Tox profile",IDC_PROFILE_NEW,81,30,107,13
+ PUSHBUTTON "Import Tox profile",IDC_PROFILE_IMPORT,191,30,107,13
PUSHBUTTON "Copy Tox ID",IDC_CLIPBOARD,81,30,107,13,NOT WS_VISIBLE
- PUSHBUTTON "Export tox profile",IDC_PROFILE_EXPORT,191,30,107,13,NOT WS_VISIBLE
+ PUSHBUTTON "Export Tox profile",IDC_PROFILE_EXPORT,191,30,107,13,NOT WS_VISIBLE
GROUPBOX "Connection settings",IDC_STATIC,7,123,296,40
CONTROL "Enable UDP (otherwise force Tox to use TCP)",IDC_ENABLE_UDP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,135,286,10
@@ -122,7 +122,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_SEARCH,0,4,109,14,ES_AUTOHSCROLL
- LTEXT "If this field contains tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.",IDC_STATIC,0,20,109,93
+ LTEXT "If this field contains Tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via Tox DNS discovery.",IDC_STATIC,0,20,109,93
END
IDD_USER_INFO DIALOGEX 0, 0, 221, 152
@@ -130,7 +130,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Dns name:",IDC_STATIC,2,3,217,8
+ LTEXT "DNS name:",IDC_STATIC,2,3,217,8
EDITTEXT IDC_DNS_ID,2,13,217,14,ES_AUTOHSCROLL
END
|