From fe5a6c05abf8099dac82de13924a282fe3c1e667 Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Sun, 11 Aug 2013 18:19:58 +1000 Subject: winecon resource --- programs/wineconsole/wineconsole.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc index 5864373..f947e9b 100644 --- a/programs/wineconsole/wineconsole.rc +++ b/programs/wineconsole/wineconsole.rc @@ -36,7 +36,7 @@ IDS_FNT_PREVIEW, "This is a test" IDS_DLG_TIT_DEFAULT, "Setup - Default settings" IDS_DLG_TIT_CURRENT, "Setup - Current settings" IDS_DLG_TIT_ERROR, "Configuration error" -IDS_DLG_ERR_SBWINSIZE, "Screen buffer size must be greater or equal to the window's one" +IDS_DLG_ERR_SBWINSIZE, "The screen buffer must be greater than or equal to the size of the console window." IDS_CMD_INVALID_EVENT_ID "wineconsole: Couldn't parse event id\n" IDS_CMD_INVALID_BACKEND "wineconsole: Invalid backend\n" -- 1.7.10.4