sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc3b64dcbfb0a49c0be65bd8d73ed4e6d3828a21 Author: Seth Chaiklin <[email protected]> AuthorDate: Mon Mar 8 12:56:27 2021 +0100 Commit: Seth Chaiklin <[email protected]> CommitDate: Tue Mar 9 00:14:27 2021 +0100 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 <[email protected]> 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", "") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
