From 1ee086906bd64bd5be3f3af06d2c08da680aaef1 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Sat, 27 Feb 2021 18:33:41 +0100 Subject: 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 Reviewed-by: Seth Chaiklin --- cui/uiconfig/ui/optionsdialog.ui | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cui') 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 @@ True True True + Unsaved modifications to this tab are reverted. Resets changes made to the current tab to those applicable when this dialog was opened. @@ -70,6 +71,7 @@ True True True + Save all modifications without closing dialog. Cannot be reverted with Reset. False @@ -86,6 +88,7 @@ True True True + Save all changes and close dialog. Saves all changes and closes dialog. @@ -105,9 +108,10 @@ True True True + Discard all unsaved changes and close dialog. - Closes dialog and discards all changes. + Closes dialog and discards all unsaved changes. -- cgit