From 379fb96dbd5ce0fdb0aaf5244d50583dc13d7611 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Sat, 26 Mar 2016 06:47:26 -0600 Subject: Avoid nesting parentheses in this string Change-Id: I3b6fc9ca49e4a7b0019c2c9b376eb87ae8d14e4f --- sfx2/source/appl/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index aa2024d793e4..42c9318353cc 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 -- cgit