[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/source
Matthias Seidel
mseidel at apache.org
Sat Feb 10 01:09:44 UTC 2018
sfx2/source/appl/app.src | 2 +-
sfx2/source/view/view.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ccbbf475f7f88d8b1a5a79f5c5fddb79eefeee19
Author: Matthias Seidel <mseidel at apache.org>
Date: Fri Feb 9 23:24:46 2018 +0000
Fixed whitespace
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 73e07501fb65..301960db56e7 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -75,7 +75,7 @@ ErrorBox MSG_ERR_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, Mozilla) in the default location requested during the browser installation." ;
+ 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, Mozilla) in the default location requested during the browser installation." ;
};
Resource SID_UNKNOWN
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 02c23d16e642..3765133aeab3 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -171,7 +171,7 @@ ErrorBox MSG_ERROR_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, Mozilla) in the default location requested during the browser installation." ;
+ 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, Mozilla) in the default location requested during the browser installation." ;
};
More information about the Libreoffice-commits
mailing list