cui/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 63a5c6350f8930774c651a9cf41521606ecb6a94 Author: Stéphane Guillou <stephane.guil...@member.fsf.org> AuthorDate: Tue Sep 26 22:27:03 2023 +0200 Commit: László Németh <nem...@numbertext.org> CommitDate: Tue Oct 3 13:38:22 2023 +0200 tdf#157170: clarify angle quotes autocorrect rule Change-Id: Idb514e0e0487a65e3057328a13d34659d706ab90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157300 Tested-by: Jenkins Tested-by: László Németh <nem...@numbertext.org> Reviewed-by: László Németh <nem...@numbertext.org> diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 29126053d968..66a9957b7698 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -327,7 +327,7 @@ #define RID_CUISTR_NON_BREAK_SPACE NC_("RID_SVXSTR_NON_BREAK_SPACE", "Add non-breaking space before specific punctuation marks in French text") #define RID_CUISTR_ORDINAL NC_("RID_SVXSTR_ORDINAL", "Format ordinal numbers suffixes (1st -> 1^st)") #define RID_CUISTR_OLD_HUNGARIAN NC_("RID_SVXSTR_OLD_HUNGARIAN", "Transliterate to Old Hungarian if the text direction is from right to left") -#define RID_CUISTR_ANGLE_QUOTES NC_("RID_SVXSTR_ANGLE_QUOTES", "Replace << and >> with angle quotes") +#define RID_CUISTR_ANGLE_QUOTES NC_("RID_SVXSTR_ANGLE_QUOTES", "Replace two inequality signs (<< or >>) with angle quotes") #define RID_CUISTR_DEL_EMPTY_PARA NC_("RID_SVXSTR_DEL_EMPTY_PARA", "Remove blank paragraphs") #define RID_CUISTR_USER_STYLE NC_("RID_SVXSTR_USER_STYLE", "Replace Custom Styles") #define RID_CUISTR_BULLET NC_("RID_SVXSTR_BULLET", "Replace bullets with: %1")