From b2b99a4ce105e1c1627e923f2fc4e9bf488dff2b Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Fri, 12 Mar 2021 14:08:18 +0100 Subject: tdf#140818 "Default Character Style" -> "No Character Style" Change-Id: Iba0c7310c5fac08f8fa90ed8eb65e7c9403635b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112311 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index bb1c568a09bb..f67b3ecf9a31 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -35,7 +35,7 @@ #define STR_APPLY_EXTENDEDTIP NC_("STR_APPLY_EXTENDEDTIP", "Applies all modifications without closing dialog. Values are saved and cannot be reverted with Reset.") // Format names -#define STR_POOLCHR_STANDARD NC_("STR_POOLCHR_STANDARD", "Default Character Style") +#define STR_POOLCHR_STANDARD NC_("STR_POOLCHR_STANDARD", "No Character Style") #define STR_POOLCHR_FOOTNOTE NC_("STR_POOLCHR_FOOTNOTE", "Footnote Characters") #define STR_POOLCHR_PAGENO NC_("STR_POOLCHR_PAGENO", "Page Number") #define STR_POOLCHR_LABEL NC_("STR_POOLCHR_LABEL", "Caption Characters") -- cgit