diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-08 12:56:27 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-09 00:14:27 +0100 |
commit | dc3b64dcbfb0a49c0be65bd8d73ed4e6d3828a21 (patch) | |
tree | 1ad0fbd1a3996455f5941552bcd190d603206b0f /sw/inc/strings.hrc | |
parent | 165d2bd10bc576f5aa6dc20ffc0f3e699fed846e (diff) |
tdf#128469 add extended tooltip for "Reset" to style dialogs
Change-Id: I6dbb37b9b5ed77cbc918a9158c1be90bf4127b4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112086
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/inc/strings.hrc')
-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 4cb3c7e07c76..ac4fc7b82621 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -29,7 +29,7 @@ #define STR_STANDARD_EXTENDEDTIP NC_("STR_STANDARD_EXTENDEDTIP", "") #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", "") +#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", "") #define STR_APPLY_EXTENDEDTIP NC_("STR_APPLY_EXTENDEDTIP", "") |