diff options
author | Ming Hua <plateauwolf@qq.com> | 2024-07-11 18:12:44 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-07-14 22:50:54 +0200 |
commit | 091f9a595313b6cf23c5b595fc9e0c1dbd624b36 (patch) | |
tree | 4d637c351e7152b3ba38b4922edb36cbc14c1913 | |
parent | 2e0664015255ffc0f76a11a9cb254564b34de496 (diff) |
Make extended tooltip translatable
Change-Id: Ic626f31c0257a7f70cfeee5d16a3269a7958f01c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170353
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/optformataidspage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui index a454c39b872e..618c972a7472 100644 --- a/sw/uiconfig/swriter/ui/optformataidspage.ui +++ b/sw/uiconfig/swriter/ui/optformataidspage.ui @@ -172,7 +172,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="bookmarks-atkobject"> - <property name="AtkObject::accessible-description">Specifies whether bookmark positions are displayed on the screen.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|bookmarks">Specifies whether bookmark positions are displayed on the screen.</property> </object> </child> </object> |