diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 10:24:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 13:24:23 +0100 |
commit | c7fcd5a3bdbf181817ce6e5d2067434d480287a6 (patch) | |
tree | c70bcf35b102de68dc26709040016faadecf0f99 /desktop/uiconfig/ui | |
parent | ea09bad389ee1af19e5e626905e4d67bcc94636e (diff) |
Related: tdf#146971 remove %PRODUCTNAME from accessible-description
Change-Id: I83ff18c8b5e95fa172de950eb351cbfd855c9d5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128919
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/uiconfig/ui')
-rw-r--r-- | desktop/uiconfig/ui/extensionmanager.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index d6bb9c982b4d..735ab2901b52 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -386,7 +386,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="ExtensionManagerDialog-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extensionmanager|extended_tip|ExtensionManagerDialog">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extensionmanager|extended_tip|ExtensionManagerDialog">The Extension Manager adds, removes, disables, enables, and updates extensions.</property> </object> </child> </object> |