summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-01-31 16:58:27 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2021-02-10 20:28:46 +0100
commitaeaf67b724fbcd53ba33e26c57f046d21178895e (patch)
tree48019c132b3113262874c05fd87ad59309a0fb1b /sw/uiconfig
parentf8dac132688dbb1e890722eba8fc81b13af08371 (diff)
tdf#128469 Tooltips for Reset in Character and CS + Standard (renamed)
tooltip and extended tooltip added to "Reset" button for Character dialog and Character Style dialog. Rename "Standard" button to "Set to Parent" add tooltip for "Set to Parent in Character Style dialog Change-Id: I932be4f906393c0a40e45c9094f708b142f30b9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110151 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/characterproperties.ui6
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog1.ui9
2 files changed, 14 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui
index 6db2334ff79c..faa9f03c1810 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -29,6 +29,12 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use-underline">True</property>
+ <property name="tooltip_text" translatable="yes" context="characterproperties|reset">Unsaved modifications to this tab are reverted.</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="reset-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="characterproperties|extended_tip|reset">Revert any changes made on the tab shown here to the settings that were present when this dialog was opened.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui
index a8de1025b301..63ef3b819d6c 100644
--- a/sw/uiconfig/swriter/ui/templatedialog1.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog1.ui
@@ -29,6 +29,12 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use-underline">True</property>
+ <property name="tooltip_text" translatable="yes" context="templatedialog1|reset">Unsaved modifications to this tab are reverted.</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="reset-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="templatedialog1|extended_tip|reset">Revert any changes made on the tab shown here to the settings that were present when this dialog was opened.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -53,11 +59,12 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="no">_Standard</property>
+ <property name="label" translatable="yes" context="templatedialog1|standard">_Set to Parent</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <property name="tooltip_text" translatable="yes" context="templatedialog1|standard">Set values shown here with the values from the style specified in “Inherit From” in Organizer.</property>
</object>
<packing>
<property name="expand">False</property>