diff options
author | Eyal Rozenberg <eyalroz1@gmx.com> | 2021-05-29 09:56:22 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-06-16 06:52:40 +0200 |
commit | 81472692c4ee0b12c6d2184823faefa7a53431e6 (patch) | |
tree | e99cf2d2fb7d3e2c343397268fc246c466db3051 /sw/inc/strings.hrc | |
parent | b89ebf135818ccaa45bbfb164099a6e199bd7d11 (diff) |
Partially resolves tdf#141869: Rephrase of strings in the Cross-Reference dialog.
Change-Id: If7379c549739c88149a1229e048d7fb0d0147edd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116164
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index b2baef074e2a..de5d3da88668 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1027,11 +1027,11 @@ /*-------------------------------------------------------------------- Description: formats references --------------------------------------------------------------------*/ -#define FMT_REF_TEXT NC_("FMT_REF_TEXT", "Reference") -#define FMT_REF_PAGE NC_("FMT_REF_PAGE", "Page") +#define FMT_REF_TEXT NC_("FMT_REF_TEXT", "Referenced text") +#define FMT_REF_PAGE NC_("FMT_REF_PAGE", "Page number (unstyled)") #define FMT_REF_CHAPTER NC_("FMT_REF_CHAPTER", "Chapter") -#define FMT_REF_UPDOWN NC_("FMT_REF_UPDOWN", "Above/Below") -#define FMT_REF_PAGE_PGDSC NC_("FMT_REF_PAGE_PGDSC", "As Page Style") +#define FMT_REF_UPDOWN NC_("FMT_REF_UPDOWN", "“Above”/“Below”") +#define FMT_REF_PAGE_PGDSC NC_("FMT_REF_PAGE_PGDSC", "Page number (styled)") #define FMT_REF_ONLYNUMBER NC_("FMT_REF_ONLYNUMBER", "Category and Number") #define FMT_REF_ONLYCAPTION NC_("FMT_REF_ONLYCAPTION", "Caption Text") #define FMT_REF_ONLYSEQNO NC_("FMT_REF_ONLYSEQNO", "Numbering") |