André Hentschel : gphoto2.ds: Fix German translation.
Module: wine Branch: master Commit: 05061e26e765f1cbc595f33ab28ac058a0fcdea9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=05061e26e765f1cbc595f33ab2... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Dec 14 19:45:58 2010 +0100 gphoto2.ds: Fix German translation. --- dlls/gphoto2.ds/gphoto2_De.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/gphoto2.ds/gphoto2_De.rc b/dlls/gphoto2.ds/gphoto2_De.rc index 77ea6fc..55cf692 100644 --- a/dlls/gphoto2.ds/gphoto2_De.rc +++ b/dlls/gphoto2.ds/gphoto2_De.rc @@ -41,10 +41,10 @@ END IDD_DIALOG1 DIALOG 0, 0, 186, 46 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND -CAPTION "Übertragung" +CAPTION "Übertrage" FONT 8, "MS Sans Serif" BEGIN - LTEXT "Übertrage... Bitte Warten",IDC_STATIC,5,19,176,8, SS_CENTER + LTEXT "Übertrage... Bitte warten",IDC_STATIC,5,19,176,8, SS_CENTER END IDD_CONNECTING DIALOG 0, 0, 280, 116 @@ -53,6 +53,6 @@ CAPTION "Verbinde mit Kamera" FONT 8, "MS Sans Serif" BEGIN CONTROL "",IDC_BITMAP,"Static",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110 - LTEXT "Verbinde mit Kamera... Bitte Warten",IDC_STATIC,128,58, + LTEXT "Verbinde mit Kamera... Bitte warten",IDC_STATIC,128,58, 116,8 END
participants (1)
-
Alexandre Julliard