diff options
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.src b/fpicker/source/office/OfficeFilePicker.src index 2b5515014fb0..3d45da74151b 100644 --- a/fpicker/source/office/OfficeFilePicker.src +++ b/fpicker/source/office/OfficeFilePicker.src @@ -4,9 +4,9 @@ * * $RCSfile: OfficeFilePicker.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:29:11 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:18:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ String STR_SVT_FILEPICKER_READONLY String STR_SVT_FILEPICKER_INSERT_AS_LINK { - Text [ de ] = "~Verknpfen" ; + Text [ de ] = "~Verknüpfen" ; Text [ en-US ] = "~Link" ; Text [ x-comment ] = " "; }; @@ -106,13 +106,13 @@ String STR_SVT_FILEPICKER_SELECTION String STR_SVT_FOLDERPICKER_DEFAULT_TITLE { - Text [ de ] = "Pfad auswhlen" ; + Text [ de ] = "Pfad auswählen" ; Text [ en-US ] = "Select Path" ; }; String STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION { - Text [ de ] = "Bitte whlen Sie einen Ordner." ; + Text [ de ] = "Bitte wählen Sie einen Ordner." ; Text [ en-US ] = "Please select a folder."; }; |