Kaydet (Commit) 3c7c4afc authored tarafından Samuel Thibault's avatar Samuel Thibault Kaydeden (comit) Katarina Behrens

printdialog: Use labelling a11y relation instead of static role

The field names are arguably rather labels for the static-role widgets
providing the status.

Change-Id: Ic3407adf84d7399696e51de712635a986fa0c190
Reviewed-on: https://gerrit.libreoffice.org/60142
Tested-by: Jenkins
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst e92a4bf0
......@@ -335,7 +335,7 @@
<property name="label" translatable="yes" context="printdialog|label7">Status:</property>
<property name="xalign">0</property>
<accessibility>
<role type="static"/>
<relation type="label-for" target="status"/>
</accessibility>
</object>
<packing>
......@@ -350,7 +350,7 @@
<property name="label" translatable="yes" context="printdialog|label8">Location:</property>
<property name="xalign">0</property>
<accessibility>
<role type="static"/>
<relation type="label-for" target="location"/>
</accessibility>
</object>
<packing>
......@@ -365,7 +365,7 @@
<property name="label" translatable="yes" context="printdialog|label9">Comment:</property>
<property name="xalign">0</property>
<accessibility>
<role type="static"/>
<relation type="label-for" target="comment"/>
</accessibility>
</object>
<packing>
......@@ -381,6 +381,7 @@
<property name="xalign">0</property>
<accessibility>
<role type="static"/>
<relation type="labelled-by" target="label7"/>
</accessibility>
</object>
<packing>
......@@ -396,6 +397,7 @@
<property name="xalign">0</property>
<accessibility>
<role type="static"/>
<relation type="labelled-by" target="label8"/>
</accessibility>
</object>
<packing>
......@@ -411,6 +413,7 @@
<property name="xalign">0</property>
<accessibility>
<role type="static"/>
<relation type="labelled-by" target="label9"/>
</accessibility>
</object>
<packing>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment