[Libreoffice-commits] core.git: sw/uiconfig
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 25 13:41:26 UTC 2021
sw/uiconfig/swriter/ui/paradialog.ui | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 8940975262a98dc1087712e366f595289ac650b3
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Wed Feb 17 14:02:49 2021 +0100
Commit: Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Thu Mar 25 14:40:46 2021 +0100
tdf#128469 tooltip and extended tooltip for Reset in Paragraph dialog
tooltip and extended tooltip added to "Reset" button for
Paragraph dialog.
Change-Id: Ica6fede2b57e8a38d989d1db870e308160c4a0cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111038
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
diff --git a/sw/uiconfig/swriter/ui/paradialog.ui b/sw/uiconfig/swriter/ui/paradialog.ui
index ebb523d379fa..d70b7bca6903 100644
--- a/sw/uiconfig/swriter/ui/paradialog.ui
+++ b/sw/uiconfig/swriter/ui/paradialog.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="paradialog|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="paradialog|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>
More information about the Libreoffice-commits
mailing list