diff options
author | Ted Gould <ted@gould.cx> | 2011-03-29 14:13:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-29 14:13:17 -0500 |
commit | 20bbf39bdad31e943d0a292bdf4d73bed6d65928 (patch) | |
tree | 765c0ed0ab609703b265a8f71add2812255148df | |
parent | 0a8409579dd931abc162ec17fb40b3df385ddfab (diff) | |
parent | e4733095077a4bef45a1572492d5f593574c60f9 (diff) | |
download | ayatana-indicator-datetime-20bbf39bdad31e943d0a292bdf4d73bed6d65928.tar.gz ayatana-indicator-datetime-20bbf39bdad31e943d0a292bdf4d73bed6d65928.tar.bz2 ayatana-indicator-datetime-20bbf39bdad31e943d0a292bdf4d73bed6d65928.zip |
A11y text
-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 f150765..80b4fa6 100644 --- a/data/datetime-dialog.ui +++ b/data/datetime-dialog.ui @@ -61,6 +61,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> @@ -81,6 +86,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> |