[Libreoffice-commits] core.git: sw/inc
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 12 08:50:56 UTC 2021
sw/inc/strings.hrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit bded8ae22230da161377846caea0010f038e69a1
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Mar 11 16:23:47 2021 +0100
Commit: Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Fri Mar 12 09:50:14 2021 +0100
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 at youmail.dk>
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.")
More information about the Libreoffice-commits
mailing list