[Libreoffice-commits] core.git: sfx2/source
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Sat Mar 26 12:56:41 UTC 2016
sfx2/source/appl/app.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 379fb96dbd5ce0fdb0aaf5244d50583dc13d7611
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Sat Mar 26 06:47:26 2016 -0600
Avoid nesting parentheses in this string
Change-Id: I3b6fc9ca49e4a7b0019c2c9b376eb87ae8d14e4f
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index aa2024d..42c9318 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -60,7 +60,7 @@ String STR_QUERY_LASTVERSION
String STR_NO_WEBBROWSER_FOUND
{
- Text [ en-US ] = "Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\n(Maybe no web browser could be found on your system. In that case, 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 ] = "Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\nMaybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation." ;
};
String STR_NO_ABS_URI_REF
More information about the Libreoffice-commits
mailing list