diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-11 16:23:47 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-12 09:50:14 +0100 |
commit | bded8ae22230da161377846caea0010f038e69a1 (patch) | |
tree | 7779a65d45b5c4defc8fabbe24ab822714b7bb68 /sw | |
parent | 2c2a03340fbbe6747d0ae46d42c97ecd7a3a3d89 (diff) |
tdf#128469 rename "Standard" to "Reset to Parent" plus tooltip
Change-Id: I73ad5450450c328911d8464924a163faaba9b70c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112301
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/strings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 008b077781a1..b32f025965e5 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -24,8 +24,8 @@ #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast<char const *>(Context "\004" u8##StringSingular "\004" u8##StringPlural) // Dialog buttons -#define STR_STANDARD_LABEL NC_("STR_STANDARD_LABEL", "Set to ~Parent") -#define STR_STANDARD_TOOLTIP NC_("STR_STANDARD_TOOLTIP", "") +#define STR_STANDARD_LABEL NC_("STR_STANDARD_LABEL", "Reset to ~Parent") +#define STR_STANDARD_TOOLTIP NC_("STR_STANDARD_TOOLTIP", "Values on this tab specified in “Contains” in Organizer are removed.") #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.") |