From 743a10f8343db26dab3b584ce043c6b10150e937 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 10 Sep 2007 13:31:48 +0000 Subject: [PATCH] Add missing quotation mark and enable the german translation again. svn path=/trunk/; revision=28992 --- reactos/dll/cpl/input/input.rc | 2 +- reactos/dll/cpl/input/lang/de-DE.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/cpl/input/input.rc b/reactos/dll/cpl/input/input.rc index 57d63a30f2c..2678332c7c1 100644 --- a/reactos/dll/cpl/input/input.rc +++ b/reactos/dll/cpl/input/input.rc @@ -25,6 +25,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL * a neutral version. This is to get localized bitmaps for example. */ -//#include "lang/de-DE.rc" +#include "lang/de-DE.rc" #include "lang/en-US.rc" #include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/input/lang/de-DE.rc b/reactos/dll/cpl/input/lang/de-DE.rc index 16f999ff626..9e49f60e407 100644 --- a/reactos/dll/cpl/input/lang/de-DE.rc +++ b/reactos/dll/cpl/input/lang/de-DE.rc @@ -25,7 +25,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Erweitert" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - GROUPBOX Kompatibilitäts-Konfiguration", -1, 7,7,231,60 + GROUPBOX "Kompatibilitäts-Konfiguration", -1, 7,7,231,60 AUTOCHECKBOX "&Erweiterte Textdienste in allen Programmen verwenden.", IDC_SUPPORT_ADV_SERV_CHECKBOX, 14, 19, 210, 10, WS_GROUP LTEXT "Aktivieren Sie diese Funktion, um alle Erweiterten Textdienste in Notepad und anderen Programmen zu aktivieren, die normalerweise keine Sprach- und Handschrifterkennung oder andere Erweiterte Textdienste unterstützen.",-1,14,33,220,25 GROUPBOX "Systemkonfiguration", -1, 7,74,231,60 -- 2.17.1