diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-12 14:08:18 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-04-13 20:44:56 +0200 |
commit | b2b99a4ce105e1c1627e923f2fc4e9bf488dff2b (patch) | |
tree | e45626d976db6465d59fad3c16f45f92a1943bdc | |
parent | 54054aaea74d524a05f899f8af27e2a65e17be52 (diff) |
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 <fitojb@ubuntu.com>
-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 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") |