From bded8ae22230da161377846caea0010f038e69a1 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Thu, 11 Mar 2021 16:23:47 +0100 Subject: 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 --- sw/inc/strings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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(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.") -- cgit