sc/uiconfig/scalc/ui/navigatorpanel.ui | 4 ++-- sd/uiconfig/simpress/ui/navigatorpanel.ui | 2 +- sw/uiconfig/swriter/ui/navigatorpanel.ui | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-)
New commits: commit 82417b47bdeffd8f1051819bda94cd33a9fa48fa Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Tue Nov 26 10:02:10 2024 +0100 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Nov 26 18:20:49 2024 +0100 tdf#163992 Improve tooltip for opened documents Change-Id: I9d3cd55b05a684a8b21d5ee5a478202a3d0788c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177321 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sc/uiconfig/scalc/ui/navigatorpanel.ui b/sc/uiconfig/scalc/ui/navigatorpanel.ui index 3934bdaac402..82609ecbdcfe 100644 --- a/sc/uiconfig/scalc/ui/navigatorpanel.ui +++ b/sc/uiconfig/scalc/ui/navigatorpanel.ui @@ -323,11 +323,11 @@ <object class="GtkComboBoxText" id="documents"> <property name="visible">True</property> <property name="can-focus">True</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Document</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Open Documents</property> <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">Displays the names of all open documents.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|documents">Lists currently open spreadsheets.</property> </object> </child> </object> diff --git a/sd/uiconfig/simpress/ui/navigatorpanel.ui b/sd/uiconfig/simpress/ui/navigatorpanel.ui index 329a4f7c756f..fc7441a211a5 100644 --- a/sd/uiconfig/simpress/ui/navigatorpanel.ui +++ b/sd/uiconfig/simpress/ui/navigatorpanel.ui @@ -62,7 +62,7 @@ <object class="GtkComboBoxText" id="documents"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Document</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Open Documents</property> <child internal-child="accessible"> <object class="AtkObject" id="documents-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="navigatorpanel|documents-atkobject">Active Window</property> diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui index 7d043cff1560..7fcfaeb6674e 100644 --- a/sw/uiconfig/swriter/ui/navigatorpanel.ui +++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui @@ -1346,10 +1346,11 @@ <object class="GtkComboBoxText" id="documents"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Document</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Open Documents</property> <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> </object> </child> </object>