From 617e7127b609b26554b0eade19018ad99067a634 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 7 Sep 2006 15:41:12 +0000 Subject: [PATCH] INTEGRATION: CWS impresscontext02_SRC680 (1.2.54); FILE MERGED 2006/09/06 13:33:28 cl 1.2.54.1: #i69329# fixed 'umlaute' for de locale in context menu --- sd/source/ui/slideshow/slideshow.src | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sd/source/ui/slideshow/slideshow.src b/sd/source/ui/slideshow/slideshow.src index 1e2ee7ffe5ce..ba31a6c11099 100644 --- a/sd/source/ui/slideshow/slideshow.src +++ b/sd/source/ui/slideshow/slideshow.src @@ -2,9 +2,9 @@ * * $RCSfile: slideshow.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-07-13 09:53:43 $ + * last change: $Author: vg $ $Date: 2006-09-07 16:41:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ Menu RID_SLIDESHOW_CONTEXTMENU MenuItem { Identifier = CM_NEXT_SLIDE ; - Text [ de ] = "~Nächste Folie" ; + Text [ de ] = "~Nächste Folie" ; Text [ en-US ] = "~Next" ; }; MenuItem @@ -129,7 +129,7 @@ Menu RID_SLIDESHOW_CONTEXTMENU MenuItem { Identifier = CM_SCREEN_WHITE; - Text [ de ] = "~Weiß"; + Text [ de ] = "~Weiß"; Text [ en-US ] = "~White"; }; }; @@ -142,7 +142,7 @@ Menu RID_SLIDESHOW_CONTEXTMENU MenuItem { Identifier = CM_ENDSHOW ; - Text [ de ] = "~Präsentation beenden" ; + Text [ de ] = "~Präsentation beenden" ; Text [ en-US ] = "~End Show" ; }; };