Improve labels/help text of page break related controls

Change-Id: I5b40606c1b498d33df1569c7ad63f6b0102f5201
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185009
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Tested-by: Jenkins
This commit is contained in:
Oliver Specht 2025-05-07 09:47:29 +02:00 committed by Thorsten Behrens
parent 4629d59ae5
commit 4882974799
3 changed files with 8 additions and 3 deletions

View File

@ -735,6 +735,11 @@
<accessibility> <accessibility>
<relation type="label-for" target="spinPageNumber"/> <relation type="label-for" target="spinPageNumber"/>
</accessibility> </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> </object>
<packing> <packing>
<property name="left-attach">0</property> <property name="left-attach">0</property>

View File

@ -235,7 +235,7 @@
<property name="draw-indicator">True</property> <property name="draw-indicator">True</property>
<child internal-child="accessible"> <child internal-child="accessible">
<object class="AtkObject" id="pagenumcb-atkobject"> <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> </object>
</child> </child>
</object> </object>

View File

@ -213,7 +213,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="pagerangetotalCheckbox"> <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="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>
@ -223,7 +223,7 @@
<property name="draw-indicator">True</property> <property name="draw-indicator">True</property>
<child internal-child="accessible"> <child internal-child="accessible">
<object class="AtkObject" id="pagerangetotalCheckbox-atkobject"> <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> </object>
</child> </child>
</object> </object>