diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-03-26 06:47:26 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-03-26 06:52:10 -0600 |
commit | 379fb96dbd5ce0fdb0aaf5244d50583dc13d7611 (patch) | |
tree | 598fed576834756700517a88360c98769a88d303 /sfx2/source/appl/app.src | |
parent | 6807e21f5f8d7da8b9a7593a21eb09404712dd20 (diff) |
Avoid nesting parentheses in this string
Change-Id: I3b6fc9ca49e4a7b0019c2c9b376eb87ae8d14e4f
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r-- | sfx2/source/appl/app.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 |