summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBogdan Buzea <buzea.bogdan@libreoffice.org>2024-11-26 10:02:10 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2024-11-26 18:20:49 +0100
commit82417b47bdeffd8f1051819bda94cd33a9fa48fa (patch)
treef6719b14dd14b2c9a8766f3888b3e15fa2b0aaf8
parentb32d040d647812fed03f96be2f07a96ffddad4e9 (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>
-rw-r--r--sc/uiconfig/scalc/ui/navigatorpanel.ui4
-rw-r--r--sd/uiconfig/simpress/ui/navigatorpanel.ui2
-rw-r--r--sw/uiconfig/swriter/ui/navigatorpanel.ui3
3 files changed, 5 insertions, 4 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>
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>