diff options
author | Michael Terry <mike@mterry.name> | 2011-03-28 15:17:43 -0400 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-03-28 15:17:43 -0400 |
commit | e4733095077a4bef45a1572492d5f593574c60f9 (patch) | |
tree | b42307bec2c3d6cbbaf0c1b42bb0bc2e066c82e4 | |
parent | cbc7a7cd54130c3f68565a6738e5471807f43df5 (diff) | |
download | ayatana-indicator-datetime-e4733095077a4bef45a1572492d5f593574c60f9.tar.gz ayatana-indicator-datetime-e4733095077a4bef45a1572492d5f593574c60f9.tar.bz2 ayatana-indicator-datetime-e4733095077a4bef45a1572492d5f593574c60f9.zip |
add missing a11y descriptions
-rw-r--r-- | data/datetime-dialog.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/datetime-dialog.ui b/data/datetime-dialog.ui index ead11d1..6bd7428 100644 --- a/data/datetime-dialog.ui +++ b/data/datetime-dialog.ui @@ -62,6 +62,11 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="addButton-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes">Add a Location…</property> + </object> + </child> <child> <object class="GtkImage" id="addImage"> <property name="visible">True</property> @@ -82,6 +87,11 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="removeButton-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes">Remove This Location</property> + </object> + </child> <child> <object class="GtkImage" id="removeImage"> <property name="visible">True</property> |