diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 10:33:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 13:23:37 +0100 |
commit | be7c21cc6a8df1c06a3210f32322eab382834b72 (patch) | |
tree | aedd84cde45ee2ed5e25a111bdb2fcd3c23780f4 /cui | |
parent | 964da41e9dc95318a55cf300bb03bc6f309cb1fc (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/strings.hrc | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/scriptorganizer.ui | 2 |
2 files changed, 2 insertions, 2 deletions
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> |