diff options
-rw-r--r-- | sc/uiconfig/scalc/ui/navigatorpanel.ui | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/navigatorpanel.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/navigatorpanel.ui | 3 |
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> |