diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-12 18:20:31 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-03-13 17:58:22 +0100 |
commit | 77528d474fb1121cc6c567463ebb9f87f76e7b24 (patch) | |
tree | 03134285a7f3c272156998c655766f421070b150 /sw/inc | |
parent | fbaea1013cc5781805254edc8830c1e46f46bd72 (diff) |
tdf#128469 add extended tooltip for "Reset to Parent"
Change-Id: If5aabfc5b677cbeb375745d5c1902848cf48c13f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112414
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index b32f025965e5..78bf0d05e485 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -32,7 +32,7 @@ #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”.") #define STR_APPLY_LABEL NC_("STR_APPLY_LABEL", "Apply") #define STR_APPLY_TOOLTIP NC_("STR_APPLY_TOOLTIP", "Save all modifications without closing dialog. Cannot be reverted with Reset.") -#define STR_APPLY_EXTENDEDTIP NC_("STR_APPLY_EXTENDEDTIP", "") +#define STR_APPLY_EXTENDEDTIP NC_("STR_APPLY_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 values on this tab specified in “Contains” are removed.") // Format names #define STR_POOLCHR_STANDARD NC_("STR_POOLCHR_STANDARD", "Default Character Style") |