summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-03-24 20:14:27 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2021-03-25 10:17:11 +0100
commitad5a9d3414b9001b3508b9a5d0c8f7947a58250e (patch)
tree013ef8c7f5d52eec89c1fcc5d367be1a1d5c61a6 /sw/inc
parenta0656ec6fc2b41e65f1b40dbd64f546175e2762f (diff)
adjustment in "Reset to Parent" extended tooltip
Change-Id: I3fc3dfdaf018afeced27a36313b2a5bd75b3ba85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112968 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 263cdcc39361..2ed7893eeda9 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -26,7 +26,7 @@
// Dialog buttons
#define STR_STANDARD_LABEL NC_("STR_STANDARD_LABEL", "Reset to ~Parent")
#define STR_STANDARD_TOOLTIP NC_("STR_STANDARD_TOOLTIP", "Values on this tab specified in “Contains” in Organizer are removed.")
-#define STR_STANDARD_EXTENDEDTIP NC_("STR_STANDARD_EXTENDEDTIP", "Reset the values of this page to the values of the parent style. Values on this tab specified in “Contains” in Organizer are removed.")
+#define STR_STANDARD_EXTENDEDTIP NC_("STR_STANDARD_EXTENDEDTIP", "Values in this tab are set to the corresponding values of the style specified in “Inherit from” in Organizer. In all cases, also when “Inherit from” is “None”, the current tab values specified in “Contains” are removed.")
#define STR_RESET_LABEL NC_("STR_RESET_LABEL", "Reset")
#define STR_RESET_TOOLTIP NC_("STR_RESET_TOOLTIP", "Unsaved modifications to this tab are reverted.")
#define STR_RESET_EXTENDEDTIP NC_("STR_RESET_EXTENDEDTIP", "Revert any changes made on the current tab to the settings that were present when this dialog was opened, or after the last use of “Apply”.")