From aeaf67b724fbcd53ba33e26c57f046d21178895e Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Sun, 31 Jan 2021 16:58:27 +0100 Subject: tdf#128469 Tooltips for Reset in Character and CS + Standard (renamed) tooltip and extended tooltip added to "Reset" button for Character dialog and Character Style dialog. Rename "Standard" button to "Set to Parent" add tooltip for "Set to Parent in Character Style dialog Change-Id: I932be4f906393c0a40e45c9094f708b142f30b9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110151 Tested-by: Jenkins Reviewed-by: Heiko Tietze Reviewed-by: Seth Chaiklin --- sw/uiconfig/swriter/ui/characterproperties.ui | 6 ++++++ sw/uiconfig/swriter/ui/templatedialog1.ui | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'sw/uiconfig') diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui index 6db2334ff79c..faa9f03c1810 100644 --- a/sw/uiconfig/swriter/ui/characterproperties.ui +++ b/sw/uiconfig/swriter/ui/characterproperties.ui @@ -29,6 +29,12 @@ True True True + Unsaved modifications to this tab are reverted. + + + Revert any changes made on the tab shown here to the settings that were present when this dialog was opened. + + False diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui index a8de1025b301..63ef3b819d6c 100644 --- a/sw/uiconfig/swriter/ui/templatedialog1.ui +++ b/sw/uiconfig/swriter/ui/templatedialog1.ui @@ -29,6 +29,12 @@ True True True + Unsaved modifications to this tab are reverted. + + + Revert any changes made on the tab shown here to the settings that were present when this dialog was opened. + + False @@ -53,11 +59,12 @@ - _Standard + _Set to Parent True True True True + Set values shown here with the values from the style specified in “Inherit From” in Organizer. False -- cgit