comdlg32: An English (United States) spelling fix.

Francois Gouget fgouget at free.fr
Thu May 3 18:07:14 CDT 2012


---

To avoid fuzzying the existing translations, use the usual wr script:
http://wine.1045685.n5.nabble.com/cryptui-Use-a-single-space-after-a-full-stop-to-follow-the-Windows-GUI-guidelines-td5600963.html

wr --no-backup --file-match '\.po$' --file-exclude en.po 's/Initialising/Initializing/'

 dlls/comdlg32/comdlg32.rc |    2 +-
 po/en.po                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comdlg32/comdlg32.rc b/dlls/comdlg32/comdlg32.rc
index e9cd5a1..1a4e866 100644
--- a/dlls/comdlg32/comdlg32.rc
+++ b/dlls/comdlg32/comdlg32.rc
@@ -92,7 +92,7 @@ Please install one and retry."
     PD32_PRINTER_STATUS_NOT_AVAILABLE     "Not available; "
     PD32_PRINTER_STATUS_WAITING           "Waiting; "
     PD32_PRINTER_STATUS_PROCESSING        "Processing; "
-    PD32_PRINTER_STATUS_INITIALIZING      "Initialising; "
+    PD32_PRINTER_STATUS_INITIALIZING      "Initializing; "
     PD32_PRINTER_STATUS_WARMING_UP        "Warming up; "
     PD32_PRINTER_STATUS_TONER_LOW         "Toner low; "
     PD32_PRINTER_STATUS_NO_TONER          "No toner; "
diff --git a/po/en.po b/po/en.po
index 058a4ef..26c1589 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1050,7 +1050,7 @@ msgid "Processing; "
 msgstr ""
 
 #: comdlg32.rc:95
-msgid "Initialising; "
+msgid "Initializing; "
 msgstr "Initialising; "
 
 #: comdlg32.rc:96
-- 
1.7.9.5



More information about the wine-patches mailing list