diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-11-26 10:02:10 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-11-26 18:20:49 +0100 |
commit | 82417b47bdeffd8f1051819bda94cd33a9fa48fa (patch) | |
tree | f6719b14dd14b2c9a8766f3888b3e15fa2b0aaf8 /sc/uiconfig | |
parent | b32d040d647812fed03f96be2f07a96ffddad4e9 (diff) |
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.tietze@documentfoundation.org>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/navigatorpanel.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |