diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-07 17:44:47 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-08 00:54:37 +0100 |
commit | 72841008bf422dfd8553240b3a78f0474d03523c (patch) | |
tree | b31ee276338f66130f93781da2dcc273857b28a0 /sw | |
parent | 1238ca8d100c107656b707ed3a6b662f0a1867fb (diff) |
tdf#128469 add "Reset" tooltip to style dialogs
Change-Id: Ie97836467967d469ac37b7720a7b6dcc661702a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112081
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw')
-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 eaccff12b94a..4cb3c7e07c76 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -28,7 +28,7 @@ #define STR_STANDARD_TOOLTIP NC_("STR_STANDARD_TOOLTIP", "") #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", "") +#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_APPLY_LABEL NC_("STR_APPLY_LABEL", "Apply") #define STR_APPLY_TOOLTIP NC_("STR_APPLY_TOOLTIP", "") |