summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-02-27 18:33:41 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2021-03-09 19:06:28 +0100
commit1ee086906bd64bd5be3f3af06d2c08da680aaef1 (patch)
tree16884f6fca6ef26fd37f994c0461016c5a9d920d /cui
parentfaa13c4f85556c41102c088eb6ca52fa0244fc30 (diff)
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@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/optionsdialog.ui6
1 files changed, 5 insertions, 1 deletions
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>