sw/inc/strings.hrc | 2 +- sw/uiconfig/swriter/ui/hfmenubutton.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit f8cbc8eae242ff18a7beff38bac13f4f02bccdc0 Author: Oliver Specht <oliver.spe...@cib.de> AuthorDate: Wed May 14 07:40:01 2025 +0200 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Thu May 15 14:57:38 2025 +0200 Improve labels/help text of page range field controls Follow-up to 4882974799f647fd34c88e86e86fa9fee734af6f Changes related labels in field dialog an in header/footer dropdown menu. Change-Id: I663676e6b352377b21bc2fde1d49acb30fe8f26a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185292 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 6e1ac4888cce..d6797a26a0b1 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1013,7 +1013,7 @@ #define FLD_STAT_GRF NC_("FLD_STAT_GRF", "Image") #define FLD_STAT_OBJ NC_("FLD_STAT_OBJ", "OLE objects") #define FLD_STAT_PAGE NC_("FLD_STAT_PAGE", "Pages") -#define FLD_STAT_PAGE_RANGE NC_("FLD_STAT_PAGE", "Pages in range") +#define FLD_STAT_PAGE_RANGE NC_("FLD_STAT_PAGE_RANGE", "Pages in page numbering range") // SubCmd DDETypes #define FMT_DDE_HOT NC_("FMT_DDE_HOT", "DDE automatic") #define FMT_DDE_NORMAL NC_("FMT_DDE_NORMAL", "DDE manual") diff --git a/sw/uiconfig/swriter/ui/hfmenubutton.ui b/sw/uiconfig/swriter/ui/hfmenubutton.ui index 73607a326290..4d6c799a787c 100644 --- a/sw/uiconfig/swriter/ui/hfmenubutton.ui +++ b/sw/uiconfig/swriter/ui/hfmenubutton.ui @@ -52,11 +52,11 @@ <object class="GtkMenuItem" id="insert_pagecount_in_range"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="headerfootermenu|insert_pagecount_in_range">Insert Page Count In Range</property> + <property name="label" translatable="yes" context="headerfootermenu|insert_pagecount_in_range">Insert Page Count In Page Numbering Range</property> <property name="use-underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="insert_pagecount_in_range-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="headerfootermenu|insert_pagecount_in_range|tooltip_text">Insert number of pages In the range of pages until the next page numbering reset.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="headerfootermenu|insert_pagecount_in_range|tooltip_text">Insert number of pages in the range of pages until the page numbering is modified.</property> </object> </child> </object>