basctl/inc/strings.hrc | 6 +++--- cui/inc/strings.hrc | 2 +- cui/uiconfig/ui/scriptorganizer.ui | 2 +- helpcontent2 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit ea09bad389ee1af19e5e626905e4d67bcc94636e Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jan 25 12:23:57 2022 +0000 Commit: Gerrit Code Review <ger...@gerrit.libreoffice.org> CommitDate: Tue Jan 25 13:23:57 2022 +0100 Update git submodules * Update helpcontent2 from branch 'master' to e1da23a649197d960c8492373326e11286b3239e - Related: tdf#146971 rename %PRODUCTNAME Macros to Application Macros Change-Id: I83393ec16732482deade1694c6a1a8e2b92f3944 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128916 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/helpcontent2 b/helpcontent2 index 798fa0b98aa4..e1da23a64919 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 798fa0b98aa4308d1082583966571d4de5f504bb +Subproject commit e1da23a649197d960c8492373326e11286b3239e commit be7c21cc6a8df1c06a3210f32322eab382834b72 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jan 25 10:33:03 2022 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Jan 25 13:23:37 2022 +0100 Related: tdf#146971 rename %PRODUCTNAME Macros to Application Macros Change-Id: I6a11c335b28cfaeaceba93b22e7d2db30ee803db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128918 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/basctl/inc/strings.hrc b/basctl/inc/strings.hrc index dafc79be914e..09190a0b895d 100644 --- a/basctl/inc/strings.hrc +++ b/basctl/inc/strings.hrc @@ -75,9 +75,9 @@ #define RID_STR_USERMACROS NC_("RID_STR_USERMACROS", "My Macros") #define RID_STR_USERDIALOGS NC_("RID_STR_USERDIALOGS", "My Dialogs") #define RID_STR_USERMACROSDIALOGS NC_("RID_STR_USERMACROSDIALOGS", "My Macros & Dialogs") -#define RID_STR_SHAREMACROS NC_("RID_STR_SHAREMACROS", "%PRODUCTNAME Macros") -#define RID_STR_SHAREDIALOGS NC_("RID_STR_SHAREDIALOGS", "%PRODUCTNAME Dialogs") -#define RID_STR_SHAREMACROSDIALOGS NC_("RID_STR_SHAREMACROSDIALOGS", "%PRODUCTNAME Macros & Dialogs") +#define RID_STR_SHAREMACROS NC_("RID_STR_SHAREMACROS", "Application Macros") +#define RID_STR_SHAREDIALOGS NC_("RID_STR_SHAREDIALOGS", "Application Dialogs") +#define RID_STR_SHAREMACROSDIALOGS NC_("RID_STR_SHAREMACROSDIALOGS", "Application Macros & Dialogs") #define RID_STR_REMOVEWATCHTIP NC_("RID_STR_REMOVEWATCHTIP", "Remove Watch") #define RID_STR_QUERYREPLACEMACRO NC_("RID_STR_QUERYREPLACEMACRO", "Do you want to overwrite the XX macro?") #define RID_STR_TRANSLATION_NOTLOCALIZED NC_("RID_STR_TRANSLATION_NOTLOCALIZED", "<Not localized>") diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index df987aa0501e..c8c1b36fb3b1 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -84,7 +84,7 @@ #define RID_CUISTR_ALLFUNCTIONS NC_("RID_SVXSTR_ALLFUNCTIONS", "All commands") #define RID_CUISTR_MACROS NC_("RID_SVXSTR_MACROS", "Macros") #define RID_CUISTR_MYMACROS NC_("RID_SVXSTR_MYMACROS", "My Macros") -#define RID_CUISTR_PRODMACROS NC_("RID_SVXSTR_PRODMACROS", "%PRODUCTNAME Macros") +#define RID_CUISTR_PRODMACROS NC_("RID_SVXSTR_PRODMACROS", "Application Macros") #define RID_CUISTR_NOMACRODESC NC_("RID_SVXSTR_NOMACRODESC", "There is no description available for this macro.") #define RID_CUISTR_SELECTOR_RUN NC_("RID_SVXSTR_SELECTOR_RUN", "Run") #define RID_CUISTR_ROW NC_("RID_SVXSTR_ROW", "Insert Rows") diff --git a/cui/uiconfig/ui/scriptorganizer.ui b/cui/uiconfig/ui/scriptorganizer.ui index f30d7be537eb..2421ca93f8b5 100644 --- a/cui/uiconfig/ui/scriptorganizer.ui +++ b/cui/uiconfig/ui/scriptorganizer.ui @@ -263,7 +263,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="ScriptOrganizerDialog-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="scriptorganizer|extended_tip|ScriptOrganizerDialog">Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the available macros or scripts, double-click an entry.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="scriptorganizer|extended_tip|ScriptOrganizerDialog">Select a macro or script from My Macros, Application Macros, or an open document. To view the available macros or scripts, double-click an entry.</property> </object> </child> </object>