a11y: Update and add descriptions and labels

- adds missing descriptions to some features to better explain them
- moves the cursor size label to the list row
- small word and grammar changes
This commit is contained in:
Sam Hewitt 2022-11-30 17:07:19 -03:30
parent 6ddc3f7b12
commit bc67d7dd29
4 changed files with 6 additions and 15 deletions

View file

@ -12,19 +12,6 @@
<property name="margin_top">12</property>
<property name="margin_bottom">12</property>
<property name="orientation">vertical</property>
<property name="spacing">8</property>
<child>
<object class="GtkLabel">
<property name="margin_start">12</property>
<property name="margin_end">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="label" translatable="yes">Cursor size can be combined with zoom to make it easier to see the cursor.</property>
<property name="wrap">True</property>
<property name="max_width_chars">45</property>
<property name="xalign">0</property>
</object>
</child>
<child>
<object class="GtkGrid" id="size_grid">
<property name="hexpand">True</property>

View file

@ -8,6 +8,7 @@
<child>
<object class="CcListRow" id="high_contrast_row">
<property name="title" translatable="yes">_High Contrast</property>
<property name="subtitle" translatable="yes">Increase color contrast of foreground and background interface elements</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
@ -25,6 +26,7 @@
<child>
<object class="CcListRow" id="large_text_row">
<property name="title" translatable="yes">_Large Text</property>
<property name="subtitle" translatable="yes">Increase the size of all text in the user interface</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
@ -33,6 +35,7 @@
<child>
<object class="CcListRow" id="cursor_size_row">
<property name="title" translatable="yes">_Cursor Size</property>
<property name="subtitle" translatable="yes">The size of the cursor can be increased to make it easier to see</property>
<property name="use-underline">True</property>
<signal name="activated" handler="ua_cursor_row_activated_cb" swapped="yes"/>
<property name="show-arrow">True</property>

View file

@ -7,6 +7,7 @@
<child>
<object class="CcListRow" id="screen_kb_row">
<property name="title" translatable="yes">_Screen Keyboard</property>
<property name="subtitle" translatable="yes">Use the on-screen keyboard to type in input fields</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>

View file

@ -7,6 +7,7 @@
<child>
<object class="CcListRow" id="desktop_zoom_row">
<property name="title" translatable="yes">_Desktop Zoom</property>
<property name="subtitle" translatable="yes">Magnify the entire screen</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
@ -17,7 +18,6 @@
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Magnifier</property>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Magnification Factor</property>
@ -209,7 +209,7 @@
<child>
<object class="CcListRow" id="color_inverted_row">
<property name="title" translatable="yes">_Inverted</property>
<property name="subtitle" translatable="yes">Reverse colors in the magnifier region</property>
<property name="subtitle" translatable="yes">Invert colors in the magnifier region</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>