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.
This commit is contained in:
Matthias Clasen 2011-05-15 23:53:11 -04:00
parent dc1773866b
commit c513d2b3aa

View file

@ -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>