summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-15 20:55:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-15 23:30:22 +0200
commitc584f344b7f810c297da616befdc354b86fbf8b8 (patch)
tree113ef5cdd487982c4c6112dcb7f36ed7112534b1 /sfx2/source/appl/app.src
parentErrorBox EBX_ERR_PRINTDISABLED to String (diff)
downloadcore-c584f344b7f810c297da616befdc354b86fbf8b8.tar.gz
core-c584f344b7f810c297da616befdc354b86fbf8b8.zip
ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND to String
Change-Id: Ifbc3dbc48fc291881eeb4306379da2599b6d9e95
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 5528f8f25e84..b6c6b96e637e 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -60,11 +60,9 @@ QueryBox MSG_QUERY_LASTVERSION
Message [ en-US ] = "Cancel all changes?" ;
};
-ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND
+String STR_NO_WEBBROWSER_FOUND
{
- BUTTONS = WB_OK ;
- DEFBUTTON = WB_DEF_OK ;
- Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation." ;
+ Text [ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation." ;
};
ErrorBox MSG_ERR_NO_ABS_URI_REF