diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-11-02 13:00:19 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-11-02 13:00:19 +0000 |
commit | 6c59885686f634e45f21d02ac913796f14387560 (patch) | |
tree | ebfb4f626060c5d1ff4c7c48d516ccc4321bd458 | |
parent | 10b2e0a9f1918541180d641a60250bfbc52536f4 (diff) |
#93801# removed external from error message
-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 8410b9458ff6..423f113b63b3 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -2,9 +2,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: cd $ $Date: 2001-11-01 17:08:44 $ + * last change: $Author: cd $ $Date: 2001-11-02 14:00:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -352,8 +352,8 @@ ErrorBox MSG_ERR_WEBBROWSER_NOT_STARTED { BUTTONS = WB_OK ; DEFBUTTON = WB_DEF_OK ; - Message = "Fehler beim Starten des externen Webbrowsers.\nBitte berprfen Sie die Einstellungen von %PRODUCTNAME und die des Webbrowsers." ; - Message [ ENGLISH ] = "An error occurred in starting an external webbrowser.\nPlease check the %PRODUCTNAME and webbrowser settings." ; + Message = "Fehler beim Starten des Webbrowsers.\nBitte berprfen Sie die Einstellungen von %PRODUCTNAME und die des Webbrowsers." ; + Message [ ENGLISH ] = "An error occurred in starting a webbrowser.\nPlease check the %PRODUCTNAME and webbrowser settings." ; }; ErrorBox MSG_ERR_EXTERNAL_APP_NOT_FOUND |