diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-27 09:38:07 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-25 05:52:21 +0100 |
commit | f5221d1c74ce789ae1e3f25453e1c3701bc63c23 (patch) | |
tree | df9e92d710a2c08ce249a11d407f5ecc65aa972d /sw/uiconfig/swriter/ui | |
parent | a025ac482a8d21a517bbc2ef0ef2177dd6351689 (diff) |
tdf#128469 add or adjust tooltips for Apply, Reset, Standard in CS
( sw/uiconfig/swriter/ui/templatedialog1.ui ) "Character Style"
* revert changes to dialog that were made just before another method
was developed in: 4902e3231f4f5f4df32d46a901801b18c297ef15
Change-Id: I7a7cf2df4218fb0745a92c192a6d806c9220ca8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111692
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/templatedialog1.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui index 63ef3b819d6c..cb6e8296e276 100644 --- a/sw/uiconfig/swriter/ui/templatedialog1.ui +++ b/sw/uiconfig/swriter/ui/templatedialog1.ui @@ -29,7 +29,6 @@ <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> @@ -59,12 +58,11 @@ </child> <child> <object class="GtkButton" id="standard"> - <property name="label" translatable="yes" context="templatedialog1|standard">_Set to Parent</property> + <property name="label" translatable="no">_Standard</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> |