gnome-control-center/panels/universal-access/cc-ua-seeing-page.ui
Sam Hewitt bc67d7dd29 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
2022-11-30 17:11:31 -03:30

80 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcUaSeeingPage" parent="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup">
<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>
</child>
<child>
<object class="CcListRow" id="animations_row">
<property name="title" translatable="yes">_Reduce Animation</property>
<property name="subtitle" translatable="yes">Reduce animations in the user interface to reduce motion</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
</child>
<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>
</child>
<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>
</object>
</child>
<child>
<object class="CcListRow" id="sound_keys_row">
<property name="title" translatable="yes">_Sound Keys</property>
<property name="subtitle" translatable="yes">Beep when Num Lock or Caps Lock are turned on or off</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
</child>
<child>
<object class="CcListRow" id="overlay_scrollbars_row">
<property name="title" translatable="yes">_Overlay Scrollbars</property>
<property name="subtitle" translatable="yes">Use scrollbars that overlay the content and automatically hide</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="CcListRow" id="screen_reader_row">
<property name="title" translatable="yes">Screen _Reader</property>
<property name="subtitle" translatable="yes">The screen reader reads displayed text as you move the focus</property>
<property name="use-underline">True</property>
<property name="show-switch">True</property>
</object>
</child>
</object>
</child>
</template>
</interface>