diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-28 14:11:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-29 10:56:41 +0200 |
commit | b15f56816515f63b89eea254a590effba47fd56f (patch) | |
tree | bb477f808f3ee90775d0632266c3c8309e2f58f2 /sc | |
parent | 5597006a9d8c6904943253fdacf2b8e5bf72a9c7 (diff) |
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@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/globstr.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |