From 5007a3717a24f2f0737dd21600dc76df623c545a Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 6 Sep 2015 22:53:57 +0000 Subject: Tox: proper capitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@15288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/res/resource.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/Tox/res') 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 -- cgit v1.2.3