[gnome-control-center] Background: Improve a11y of inline toolbar
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Background: Improve a11y of inline toolbar
- Date: Mon, 16 May 2011 03:55:21 +0000 (UTC)
commit dc1773866b65cd01f40bd05eeba4128f15d4a213
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 15 23:52:13 2011 -0400
Background: Improve a11y of inline toolbar
Give translatable labels to the add/remove buttons; while these
are not shown in the ui, orca reads them.
panels/background/background.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index 5d5b893..9960c85 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -82,7 +82,7 @@
<child>
<object class="GtkToolButton" id="add_button">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Add wallpaper</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="icon_name">list-add-symbolic</property>
@@ -95,7 +95,7 @@
<child>
<object class="GtkToolButton" id="remove_button">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Remove wallpaper</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="icon_name">list-remove-symbolic</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]