diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-03-31 04:24:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-03-31 04:24:16 +0000 |
commit | 27c0c33d0be01e687f6311266f09796b204401e6 (patch) | |
tree | 843a13b2b2244bd85ac725775f461b2306118407 | |
parent | 59cca78d891ebed089e21842e0065d1b87a234ca (diff) |
Merge SRC627: 31.03.01 - 07:23:37 (NoBranch)
-rw-r--r-- | sfx2/source/appl/app.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index f3b5f6b34abc..ec0b671ef29d 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -2,9 +2,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2001-03-19 11:17:27 $ + * last change: $Author: kz $ $Date: 2001-03-31 05:24:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3271,7 +3271,7 @@ String STR_EDITOBJECT Text[ dutch ] = "~Bewerken"; Text[ chinese_simplified ] = "༭(~E)"; Text[ greek ] = "~"; - Text[ korean ] = ""; + Text[ korean ] = "(~E)"; Text[ turkish ] = "~Dzenle"; Text[ language_user1 ] = " "; }; @@ -3298,7 +3298,7 @@ String STR_OPENOBJECT Text[ dutch ] = "~Openen"; Text[ chinese_simplified ] = "(~O)"; Text[ greek ] = ""; - Text[ korean ] = ""; + Text[ korean ] = "(~O)"; Text[ turkish ] = "~A"; Text[ language_user1 ] = " "; }; |