[gnome-control-center] Printers: Improve a11y of inline toolbars
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Printers: Improve a11y of inline toolbars
- Date: Mon, 16 May 2011 03:55:26 +0000 (UTC)
commit c513d2b3aacfe1557235596358e2c1f9cd10e984
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 15 23:53:11 2011 -0400
Printers: Improve a11y of inline toolbars
Mark the labels of the add/remove buttons as translatable. While
these are not shown in the ui, orca reads them.
panels/printers/printers.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/printers/printers.ui b/panels/printers/printers.ui
index f22a87e..155e667 100644
--- a/panels/printers/printers.ui
+++ b/panels/printers/printers.ui
@@ -45,7 +45,7 @@
<object class="GtkToolButton" id="printer-add-button">
<property name="visible">True</property>
<property name="sensitive">True</property>
- <property name="label">AddPrinter</property>
+ <property name="label" translatable="yes">Add printer</property>
<property name="use_underline">True</property>
<property name="icon_name">list-add-symbolic</property>
</object>
@@ -57,7 +57,7 @@
<child>
<object class="GtkToolButton" id="printer-remove-button">
<property name="visible">True</property>
- <property name="label">RemovePrinter</property>
+ <property name="label" translatable="yes">Remove printer</property>
<property name="use_underline">True</property>
<property name="icon_name">list-remove-symbolic</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]