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:
parent
dc1773866b
commit
c513d2b3aa
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue