diff options
author | Oliver Specht <os@openoffice.org> | 2001-02-21 11:10:32 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-02-21 11:10:32 +0000 |
commit | 6985f1e13cdf55cabb75179d2c07fadf0ba7390e (patch) | |
tree | 82f57ef14c282027ff03aae49f184faa3622bd32 | |
parent | a9d14a9d64ed1437ab25e9acec376f0c5f859fa4 (diff) |
#83825# no line break in resource text
-rw-r--r-- | sw/source/ui/index/idxmrk.src | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/ui/index/idxmrk.src b/sw/source/ui/index/idxmrk.src index 54ab493fd846..68dd16e9d5f2 100644 --- a/sw/source/ui/index/idxmrk.src +++ b/sw/source/ui/index/idxmrk.src @@ -2,9 +2,9 @@ * * $RCSfile: idxmrk.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2001-02-09 20:44:42 $ + * last change: $Author: os $ $Date: 2001-02-21 12:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1211,10 +1211,8 @@ QueryBox DLG_CHANGE_AUTH_ENTRY { BUTTONS = WB_YES_NO ; DEFBUTTON = WB_DEF_NO ; - MESSAGE = "Der Bibliographie-Eintrag ist bereits mit abweichenden Daten im Dokument enthalten. "\ - "Mchten sie die bereits enthaltenen Eintrge anpassen?" ; - MESSAGE [ English ] = "The bibliography entry is already contained in the document with different data."\ - "Do you want to adjust the existing bibliography entries?" ; + MESSAGE = "Der Bibliographie-Eintrag ist bereits mit abweichenden Daten im Dokument enthalten. Mchten sie die bereits enthaltenen Eintrge anpassen?" ; + MESSAGE [ English ] = "The bibliography entry is already contained in the document with different data. Do you want to adjust the existing bibliography entries?" ; MESSAGE[ english_us ] = "The bibliography entry is already contained in the document with different data. "; MESSAGE[ portuguese ] = "A entrada bibliogrfica j existe no documento com dados diferentes. "; MESSAGE[ russian ] = " . "; |