printers: Update "Add Printer" button to just "Add"

The mockups at https://wiki.gnome.org/Design/SystemSettings/Printers
show just the word "Add" for the button which opens the "Add Printer"
dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=778268
This commit is contained in:
Felipe Borges 2017-02-07 10:43:26 +01:00
parent a523976b87
commit cc738c8223

View file

@ -17,7 +17,7 @@
<property name="visible">True</property>
<property name="sensitive">True</property>
<property name="use_underline">True</property>
<property name="label" translatable="yes" context="button">Add Printer</property>
<property name="label" translatable="yes" context="button" comments="Translators: This button adds new printer.">Add</property>
<style>
<class name="suggested-action"/>
</style>