diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-09 10:00:12 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-09 18:55:12 +0100 |
commit | faa13c4f85556c41102c088eb6ca52fa0244fc30 (patch) | |
tree | c65b8320f7eee60e405b8c9ff7bc7497fdb377a5 /sw/inc/strings.hrc | |
parent | bad219c25262924fc8bd02e1eceba6bf9a157310 (diff) |
tdf#128469 add "Apply" tooltip for all style dialogs
Change-Id: I37c6ffe85da6d68fff89480a589a358624c047fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112091
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 ac4fc7b82621..4d81ef4fd966 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -31,7 +31,7 @@ #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”.") #define STR_APPLY_LABEL NC_("STR_APPLY_LABEL", "Apply") -#define STR_APPLY_TOOLTIP NC_("STR_APPLY_TOOLTIP", "") +#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", "") // Format names |