Fixed wrong word in message

Morten Rønne morten.roenne at tdcadsl.dk
Tue Mar 27 08:22:23 CDT 2012


-------------- next part --------------
>From 30f30155e615d235ee271edcc852243683cfeb80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Morten=20R=C3=B8nne?= <morten.roenne at tdcadsl.dk>
Date: Tue, 27 Mar 2012 15:16:58 +0200
Subject: [PATCH] wineconsole: Fixed a wrong word in message.

---
 programs/wineconsole/wineconsole.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc
index f0683d7..5864373 100644
--- a/programs/wineconsole/wineconsole.rc
+++ b/programs/wineconsole/wineconsole.rc
@@ -31,7 +31,7 @@ IDS_PASTE,		"&Paste"
 IDS_SELECTALL,		"&Select all"
 IDS_SCROLL,		"Sc&roll"
 IDS_SEARCH,		"S&earch"
-IDS_FNT_DISPLAY,	"Each character is %1!u! pixels wide on %2!u! pixels high"
+IDS_FNT_DISPLAY,	"Each character is %1!u! pixels wide and %2!u! pixels high"
 IDS_FNT_PREVIEW,	"This is a test"
 IDS_DLG_TIT_DEFAULT,    "Setup - Default settings"
 IDS_DLG_TIT_CURRENT,    "Setup - Current settings"
-- 
1.7.5.4



More information about the wine-patches mailing list