Michael Stefaniuc : winecfg: Fix an error in the Chinese (Traditional) translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 21 11:07:00 CDT 2010


Module: wine
Branch: master
Commit: bf19ba29297bfcf810fdd377c463d25852b5f14d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bf19ba29297bfcf810fdd377c463d25852b5f14d

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sat Jun 19 00:11:06 2010 +0200

winecfg: Fix an error in the Chinese (Traditional) translation.

---

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

diff --git a/programs/winecfg/Zh.rc b/programs/winecfg/Zh.rc
index 51b9d94..93f6416 100644
--- a/programs/winecfg/Zh.rc
+++ b/programs/winecfg/Zh.rc
@@ -348,8 +348,8 @@ BEGIN
                     IDC_ABT_LICENSE_TEXT,105,64,145,60
     GROUPBOX        " Windows 註冊信息 ", IDC_STATIC, 15, 155, 230, 55
     LTEXT           "姓名:", IDC_STATIC, 22, 171, 40, 20
-    LTEXT           "單位:", IDC_STATIC, 22, 185, 50, 20
     EDITTEXT        IDC_ABT_OWNER, 75, 171, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP
+    LTEXT           "單位:", IDC_STATIC, 22, 185, 50, 20
     EDITTEXT        IDC_ABT_ORG, 75, 185, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP
 END
 




More information about the wine-cvs mailing list