cui/uiconfig/ui/textflowpage.ui | 5 +++++ sw/uiconfig/swriter/ui/insertbreak.ui | 2 +- sw/uiconfig/swriter/ui/pagenumberdlg.ui | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit 7ff11a352a3ac583bf3f37469aa56bf807bac4ab Author: Oliver Specht <oliver.spe...@cib.de> AuthorDate: Wed May 7 09:47:29 2025 +0200 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Thu May 8 17:17:41 2025 +0200 Improve labels/help text of page break related controls Change-Id: I5b40606c1b498d33df1569c7ad63f6b0102f5201 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185010 Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui index cbfa4fc69e1a..22e9a94c5e08 100644 --- a/cui/uiconfig/ui/textflowpage.ui +++ b/cui/uiconfig/ui/textflowpage.ui @@ -600,6 +600,11 @@ <accessibility> <relation type="label-for" target="spinPageNumber"/> </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="pagenumcb-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|pagenumcb-atkobject">Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign an arbitrary page style to the page that follows manual page break.</property> + </object> + </child> </object> <packing> <property name="left-attach">0</property> diff --git a/sw/uiconfig/swriter/ui/insertbreak.ui b/sw/uiconfig/swriter/ui/insertbreak.ui index b52655b369f4..3d5f38c90fb1 100644 --- a/sw/uiconfig/swriter/ui/insertbreak.ui +++ b/sw/uiconfig/swriter/ui/insertbreak.ui @@ -238,7 +238,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="pagenumcb-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|pagenumcb-atkobject">Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|pagenumcb-atkobject">Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign an arbitrary page style to the page that follows manual page break.</property> </object> </child> </object> diff --git a/sw/uiconfig/swriter/ui/pagenumberdlg.ui b/sw/uiconfig/swriter/ui/pagenumberdlg.ui index 0ec7b64de71c..aa78deaeaec0 100644 --- a/sw/uiconfig/swriter/ui/pagenumberdlg.ui +++ b/sw/uiconfig/swriter/ui/pagenumberdlg.ui @@ -213,7 +213,7 @@ </child> <child> <object class="GtkCheckButton" id="pagerangetotalCheckbox"> - <property name="label" translatable="yes" context="pagenumberdlg|pagerangetotalCheckbox">Include page total in range</property> + <property name="label" translatable="yes" context="pagenumberdlg|pagerangetotalCheckbox">Include page total in page numbering range</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -223,7 +223,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="pagerangetotalCheckbox-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="pagenumberdlg|extended_tip|pagerangetotalCheckbox">Insert the total number of pages in the range lasting until the page numbering is reset.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="pagenumberdlg|extended_tip|pagerangetotalCheckbox">Insert the total number of pages in the range lasting until the page numbering is modified.</property> </object> </child> </object>