diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-12-20 17:32:57 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-12-21 10:40:47 +0100 |
commit | 186e997c559c7e5d4b9462f9b4be6a935cdd04cd (patch) | |
tree | 57bf85718fddb0a992aa618eaad6f7df392efdef | |
parent | 3f776f44d704e1c2786d461fe06aa9335192c1df (diff) |
tdf#164171 Improve tooltip for Open Documents
Change-Id: Icee61b29fa1f233c6c28e47c57343820a1f723c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178953
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | sd/uiconfig/simpress/ui/navigatorpanel.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/navigatorpanel.ui b/sd/uiconfig/simpress/ui/navigatorpanel.ui index fc7441a211a5..e19d2819d5af 100644 --- a/sd/uiconfig/simpress/ui/navigatorpanel.ui +++ b/sd/uiconfig/simpress/ui/navigatorpanel.ui @@ -66,7 +66,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="documents-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="navigatorpanel|documents-atkobject">Active Window</property> - <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|documents">Lists currently open documents.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|documents">Lists currently open presentations or drawings.</property> </object> </child> </object> |