From: Hugh McMaster Subject: [PATCH 4/4] wineconsole: Improve some poorly worded resource strings Message-Id: Date: Tue, 30 Jun 2015 20:05:38 +1000 Note: QuickEdit is the actual name for that option. --- programs/wineconsole/wineconsole.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc index 8155cde..4ac828c 100644 --- a/programs/wineconsole/wineconsole.rc +++ b/programs/wineconsole/wineconsole.rc @@ -65,7 +65,7 @@ FONT 8, "MS Shell Dlg" AUTORADIOBUTTON "&Large", IDC_OPT_CURSOR_LARGE, 9, 42, 50, 10, WS_TABSTOP GROUPBOX "Console", -1, 80, 5, 120, 54, BS_GROUPBOX - AUTOCHECKBOX "&Quick edit", IDC_OPT_QUICK_EDIT, 84, 18, 70, 10, WS_TABSTOP + AUTOCHECKBOX "&QuickEdit mode", IDC_OPT_QUICK_EDIT, 84, 18, 70, 10, WS_TABSTOP AUTOCHECKBOX "&Insert mode", IDC_OPT_INSERT_MODE, 84, 30, 70, 10, WS_TABSTOP GROUPBOX "Popup menu", -1, 5, 61, 70, 42, BS_GROUPBOX @@ -73,10 +73,10 @@ FONT 8, "MS Shell Dlg" AUTOCHECKBOX "S&hift", IDC_OPT_CONF_SHIFT, 9, 86, 60, 10, WS_TABSTOP GROUPBOX "Command history", -1, 5, 105, 195, 42, BS_GROUPBOX - LTEXT "&Number of recalled commands:", -1, 9, 118, 110, 10 + LTEXT "&Number of commands to recall:", -1, 9, 118, 110, 10 EDITTEXT IDC_OPT_HIST_SIZE, 123, 117, 31, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER CONTROL "", IDC_OPT_HIST_SIZE_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0 - AUTOCHECKBOX "&Remove doubles", IDC_OPT_HIST_NODOUBLE, 9, 130, 80, 10, WS_TABSTOP|BS_MULTILINE + AUTOCHECKBOX "&Remove duplicates", IDC_OPT_HIST_NODOUBLE, 9, 130, 80, 10, WS_TABSTOP|BS_MULTILINE } IDD_FONT DIALOG 36, 24, 140, 153 -- 1.9.1