[Libreoffice-commits] core.git: cui/uiconfig
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 9 18:07:09 UTC 2021
cui/uiconfig/ui/optionsdialog.ui | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 1ee086906bd64bd5be3f3af06d2c08da680aaef1
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sat Feb 27 18:33:41 2021 +0100
Commit: Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Tue Mar 9 19:06:28 2021 +0100
tdf#58136 add tooltips to Options dialog buttons
Change-Id: I420365fcf94f8deda0d53d83a5badc4e73dd7342
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111694
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
diff --git a/cui/uiconfig/ui/optionsdialog.ui b/cui/uiconfig/ui/optionsdialog.ui
index 75fc99cbbc98..85acd3198c52 100644
--- a/cui/uiconfig/ui/optionsdialog.ui
+++ b/cui/uiconfig/ui/optionsdialog.ui
@@ -51,6 +51,7 @@
<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="optionsdialog|revert">Unsaved modifications to this tab are reverted.</property>
<child internal-child="accessible">
<object class="AtkObject" id="revert-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="optionsdialog|extended_tip|revert">Resets changes made to the current tab to those applicable when this dialog was opened.</property>
@@ -70,6 +71,7 @@
<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="optionsdialog|apply">Save all modifications without closing dialog. Cannot be reverted with Reset.</property>
</object>
<packing>
<property name="expand">False</property>
@@ -86,6 +88,7 @@
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use-underline">True</property>
+ <property name="tooltip_text" translatable="yes" context="optionsdialog|ok">Save all changes and close dialog.</property>
<child internal-child="accessible">
<object class="AtkObject" id="ok-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="optionsdialog|extended_tip|ok">Saves all changes and closes dialog.</property>
@@ -105,9 +108,10 @@
<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="optionsdialog|cancel">Discard all unsaved changes and close dialog.</property>
<child internal-child="accessible">
<object class="AtkObject" id="cancel-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="optionsdialog|extended_tip|cancel">Closes dialog and discards all changes.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="optionsdialog|extended_tip|cancel">Closes dialog and discards all unsaved changes.</property>
</object>
</child>
</object>
More information about the Libreoffice-commits
mailing list