diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-07-03 20:55:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-07-03 20:55:09 +0000 |
commit | 8db0ae47792990d6c2169aeab79bc026b75e22cb (patch) | |
tree | fe51cf69c1ad5c1ff3554e57d53d8019fd47e324 /basic | |
parent | 343b8b6f76583519387d97f6acc726dc12189d0d (diff) |
Merge SRC633: 03.07.01 - 23:55:17
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/basmsg.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/app/basmsg.src b/basic/source/app/basmsg.src index 9f633e2e29e2..26bf0428498b 100644 --- a/basic/source/app/basmsg.src +++ b/basic/source/app/basmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: basmsg.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2001-06-13 21:50:08 $ + * last change: $Author: kz $ $Date: 2001-07-03 21:55:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ String S_PROG_START Text[ polish ] = "Uruchomienie programu: ($Arg1); ($Arg2)"; Text[ portuguese_brazilian ] = "Programmstart: ($Arg1); ($Arg2)"; Text[ japanese ] = "Program start: ($Arg1); ($Arg2)"; - Text[ korean ] = "α: ($Arg1); ($Arg2)"; + Text[ korean ] = "α : ($Arg1); ($Arg2)"; Text[ chinese_simplified ] = "Program start: ($Arg1); ($Arg2)"; Text[ chinese_traditional ] = "Program start: ($Arg1); ($Arg2)"; Text[ arabic ] = "Program start: ($Arg1); ($Arg2)"; @@ -148,3 +148,4 @@ String S_WARNING_PREFIX }; + |