diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-06-08 20:50:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-06-08 20:50:58 +0000 |
commit | 62d90e6e0ddbcea0fc26b795436b8407a588861d (patch) | |
tree | fe4f08a03e4f7b697b280ed316b6d43f6374186e /basic | |
parent | 3c4af48534f1a4ba206ff65cc1187b7bc0ba353b (diff) |
Merge SRC633: 06/08/01 - 23:50:24
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/ttmsg.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/app/ttmsg.src b/basic/source/app/ttmsg.src index ce48d83df917..04526ac9f5a2 100644 --- a/basic/source/app/ttmsg.src +++ b/basic/source/app/ttmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: ttmsg.src,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2001-06-01 19:28:48 $ + * last change: $Author: kz $ $Date: 2001-06-08 21:50:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -227,7 +227,7 @@ String S_LONGNAME_UNKNOWN Text[ dutch ] = "Naam onbekend: ($Arg1)"; Text[ french ] = "Nom inconnu : ($Arg1)"; Text[ spanish ] = "Nombre largo desconocido: ($Arg1)"; - Text[ italian ] = "Short name unknown during copying: ($Arg1)"; + Text[ italian ] = "Long name unknown: ($Arg1)"; Text[ danish ] = "Short name unknown during copying: ($Arg1)"; Text[ swedish ] = "Long name unknown: ($Arg1)"; Text[ polish ] = "Pena nazwa nieznana: ($Arg1)"; @@ -703,3 +703,4 @@ String Text = ; }; */ + |