[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 13 00:56:22 UTC 2020


 include/sfx2/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15c599aaf28a528ba8e913abadf56da225e31b5b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jun 10 10:57:53 2020 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Jul 13 02:55:47 2020 +0200

    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 at ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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")


More information about the Libreoffice-commits mailing list