sw/uiconfig/swriter/ui/columnpage.ui | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)
New commits: commit 4fdc89ddcc893ebd36cf500c756f2ca67468c608 Author: Henry Castro <hcas...@collabora.com> AuthorDate: Wed Apr 23 07:05:53 2025 -0400 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Fri Apr 25 09:15:05 2025 +0200 accessibility: remove the colon (:) from the label of the Column. "Screen readers detect both labels, but the column number is read directly before the value (e.g., "2.18"), which can give users with screen readers the impression that the value is something like "12.18." This is misleading." Signed-off-by: Henry Castro <hcas...@collabora.com> Change-Id: I7ce2a638065cbec0fe55613a81eb6f1db3dee333 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184496 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/sw/uiconfig/swriter/ui/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui index c72bb1e919cf..9ead17ea0895 100644 --- a/sw/uiconfig/swriter/ui/columnpage.ui +++ b/sw/uiconfig/swriter/ui/columnpage.ui @@ -119,7 +119,10 @@ <object class="GtkLabel" id="columnft"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="columnpage|columnft">Column:</property> + <property name="label" translatable="yes" context="columnpage|columnft">Column</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> <property name="xalign">0</property> <accessibility> <relation type="label-for" target="back"/> @@ -137,6 +140,9 @@ <property name="can-focus">False</property> <property name="hexpand">True</property> <property name="label">_1</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> <property name="use-underline">True</property> <property name="mnemonic-widget">width1mf</property> </object> @@ -151,6 +157,9 @@ <property name="can-focus">False</property> <property name="hexpand">True</property> <property name="label">_2</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> <property name="use-underline">True</property> <property name="mnemonic-widget">width2mf</property> </object> @@ -165,6 +174,9 @@ <property name="can-focus">False</property> <property name="hexpand">True</property> <property name="label">_3</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> <property name="use-underline">True</property> <property name="mnemonic-widget">width3mf</property> </object>