include/sfx2/strings.hrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 43737fd5ddfad4c5e52f5244aef7a468d7aa8d15 Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Fri Jan 27 09:32:44 2023 +0100 Commit: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> CommitDate: Mon Jan 30 08:14:35 2023 +0000 Macro Infobar: Make it clear that macros are disabled and why Change-Id: I073d2eee84a571ded98cea492420eea74dcee747 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146249 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index b7e2c1bd1d65..46131484099b 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -292,9 +292,9 @@ #define STR_HYPHENATION_BUTTON NC_("STR_HYPHENATION_BUTTON", "Learn more") #define STR_REFRESH_MASTER_PASSWORD NC_("STR_REFRESH_MASTER_PASSWORD", "The master password is stored in an outdated format, you should refresh it") #define STR_REFRESH_PASSWORD NC_("STR_REFRESH_PASSWORD", "Refresh Password") -#define STR_CONTAINS_MACROS NC_("STR_CONTAINS_MACROS", "The document contains macros.") -#define STR_MACROS NC_("STR_MACROS", "Macros") -#define STR_EVENTS NC_("STR_EVENTS", "Events") +#define STR_CONTAINS_MACROS NC_("STR_CONTAINS_MACROS", "Macros in this document are disabled due to the Macro Security settings.") +#define STR_MACROS NC_("STR_MACROS", "Show Macros") +#define STR_EVENTS NC_("STR_EVENTS", "Show Events") // Translators: default Impress template names #define STR_TEMPLATE_NAME1 NC_("STR_TEMPLATE_NAME1", "Grey Elegant")