diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-10 10:57:53 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-07-13 02:55:47 +0200 |
commit | 15c599aaf28a528ba8e913abadf56da225e31b5b (patch) | |
tree | 1a297e94934f13abfc40bd62c2863634bc2e55ea /include/sfx2 | |
parent | ffe503b62f9a508285ed06ef977f91604130579a (diff) |
tdf#128522: Improve wording of failure message
Change-Id: Ibfc6b2b329f4b82ae4d552d06abe95078d1fb016
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95992
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index 8f7311dd7ae5..084d29466af7 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -101,7 +101,7 @@ #define STR_GB NC_("STR_GB", "GB") #define STR_QUERY_LASTVERSION NC_("STR_QUERY_LASTVERSION", "Cancel all changes?") #define STR_NO_WEBBROWSER_FOUND NC_("STR_NO_WEBBROWSER_FOUND", "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.") -#define STR_NO_ABS_URI_REF NC_("STR_NO_ABS_URI_REF", "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it.") +#define STR_NO_ABS_URI_REF NC_("STR_NO_ABS_URI_REF", "\"$(ARG1)\" cannot be passed to an external application to open it (e.g., it might not be an absolute URL, or might denote no existing file).") #define STR_GID_INTERN NC_("STR_GID_INTERN", "Internal") #define STR_GID_APPLICATION NC_("STR_GID_APPLICATION", "Application") #define STR_GID_VIEW NC_("STR_GID_VIEW", "View") |