From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67283 invoked by alias); 12 Dec 2016 13:30:27 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 66678 invoked by uid 89); 12 Dec 2016 13:30:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Button, HCc:D*uk, sk:jontur, U*jon.turney X-HELO: rgout01.bt.lon5.cpcloud.co.uk Received: from rgout01.bt.lon5.cpcloud.co.uk (HELO rgout01.bt.lon5.cpcloud.co.uk) (65.20.0.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Dec 2016 13:29:54 +0000 X-OWM-Source-IP: 86.179.112.226 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-Junkmail-Premium-Raw: score=7/50,refid=2.7.2:2016.12.12.125715:17:7.944,ip=,rules=__HAS_FROM, __TO_MALFORMED_2, __TO_NO_NAME, __HAS_CC_HDR, __CC_NAME, __CC_NAME_DIFF_FROM_ACC, __HAS_MSGID, __SANE_MSGID, __HAS_X_MAILER, __IN_REP_TO, __REFERENCES, __FROM_DOMAIN_IN_ANY_CC1, __ANY_URI, __URI_NO_WWW, __NO_HTML_TAG_RAW, BODY_SIZE_1900_1999, BODYTEXTP_SIZE_3000_LESS, __MIME_TEXT_P1, __MIME_TEXT_ONLY, __URI_NS, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_2000_LESS, __FROM_DOMAIN_IN_RCPT, IN_REP_TO, __MIME_TEXT_P, REFERENCES, BODY_SIZE_7000_LESS, NO_URI_HTTPS, MSG_THREAD, __CC_REAL_NAMES, MULTIPLE_REAL_RCPTS, LEGITIMATE_SIGNS, LEGITIMATE_NEGATE Received: from localhost.localdomain (86.179.112.226) by rgout01.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as jonturney@btinternet.com) id 584829CB00660332; Mon, 12 Dec 2016 13:29:51 +0000 From: Jon Turney To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: [PATCH setup 1/4] Use English button labels 'Keep', 'Current' and 'Test' Date: Mon, 12 Dec 2016 13:30:00 -0000 Message-Id: <20161212132929.58904-2-jon.turney@dronecode.org.uk> In-Reply-To: <20161212132929.58904-1-jon.turney@dronecode.org.uk> References: <20161212132929.58904-1-jon.turney@dronecode.org.uk> X-SW-Source: 2016-12/txt/msg00013.txt.bz2 Use the English words 'Keep', 'Current' and 'Test' as button labels, rather than 'Keep', 'Curr' and 'Exp'. Signed-off-by: Jon Turney --- res.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res.rc b/res.rc index 1227418..aad74ac 100644 --- a/res.rc +++ b/res.rc @@ -309,7 +309,7 @@ BEGIN END // Width for Keep/Prev/Curr/Exp buttons. -#define SETUP_KPCE_W (30) +#define SETUP_KPCE_W (35) // Right-aligned controls. #define SETUP_EXP_X (SETUP_STANDARD_DIALOG_W - SETUP_KPCE_W - 7) @@ -346,9 +346,9 @@ BEGIN SETUP_CLEAR_W, 14 CONTROL "&Keep", IDC_CHOOSE_KEEP, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, SETUP_KEEP_X, 30, SETUP_KPCE_W, 14 - CONTROL "C&urr", IDC_CHOOSE_CURR, "Button", BS_AUTORADIOBUTTON, + CONTROL "C&urrent", IDC_CHOOSE_CURR, "Button", BS_AUTORADIOBUTTON, SETUP_CURR_X, 30, SETUP_KPCE_W, 14 - CONTROL "E&xp", IDC_CHOOSE_EXP, "Button", BS_AUTORADIOBUTTON, + CONTROL "&Test", IDC_CHOOSE_EXP, "Button", BS_AUTORADIOBUTTON, SETUP_EXP_X, 30, SETUP_KPCE_W, 14 CONTROL "", IDC_HEADSEPARATOR, "Static", SS_BLACKFRAME | SS_SUNKEN, 0, 28, SETUP_STANDARD_DIALOG_W, 1 @@ -535,7 +535,7 @@ BEGIN IDS_TRUSTCURR_TOOLTIP "Globally select the version that is currently " "considered the most stable. (RECOMMENDED)" IDS_TRUSTEXP_TOOLTIP "Globally select the most recent version, even if " - "that version is considered Experimental or for test use by the maintainer." + "that version is considered experimental or for test use by the maintainer." IDS_VIEWBUTTON_TOOLTIP "Select the package view. This determines " "which packages are shown below.\r\n" "\r\n" -- 2.8.3