[Libreoffice-commits] core.git: sc/inc

Caolán McNamara caolanm at redhat.com
Thu Mar 29 08:57:07 UTC 2018


 sc/inc/globstr.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b15f56816515f63b89eea254a590effba47fd56f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 28 14:11:34 2018 +0100

    change the infobar message of disabled links to a statement
    
    rather than a question form when it was used in a query dialog
    
    Change-Id: Ife5caba5bf307a2786e7581fce44bc1fc9a8368d
    Reviewed-on: https://gerrit.libreoffice.org/52004
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index 8fc75f74b237..4ca23e111439 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -325,7 +325,7 @@
 #define STR_DOC_PRINTED                         NC_("STR_DOC_PRINTED", "Printed")
 #define STR_BY                                  NC_("STR_BY", "by")
 #define STR_ON                                  NC_("STR_ON", "on")
-#define STR_RELOAD_TABLES                       NC_("STR_RELOAD_TABLES", "This file contains links to other files or external resources.\nShould they be updated?")
+#define STR_RELOAD_TABLES                       NC_("STR_RELOAD_TABLES", "Automatic update of external links has been disabled.")
 #define STR_REIMPORT_AFTER_LOAD                 NC_("STR_REIMPORT_AFTER_LOAD", "This file contains queries. The results of these queries were not saved.\nDo you want these queries to be repeated?")
 #define STR_INSERT_FULL                         NC_("STR_INSERT_FULL", "Filled cells cannot be shifted\nbeyond the sheet.")
 #define STR_TABINSERT_ERROR                     NC_("STR_TABINSERT_ERROR", "The table could not be inserted.")


More information about the Libreoffice-commits mailing list