diff options
author | sunflowerskater <gsix9gck@anonaddy.me> | 2022-08-24 08:46:55 +0000 |
---|---|---|
committer | Felipe Borges <felipeborges@gnome.org> | 2022-08-24 08:46:55 +0000 |
commit | 53ff717b4dc8e43fa4815c2022985f96c68fb1b1 (patch) | |
tree | 304c4eb4cd14edc32747cac18bb0f146004d2d30 /panels | |
parent | 83b6df42d3ca20ec4de664307ae42f1d320fd604 (diff) | |
download | gnome-control-center-53ff717b4dc8e43fa4815c2022985f96c68fb1b1.tar.gz |
printers: Use the same sentence for "Add Printer" in button and empty-state
Change the add printer button text, from the empty state section, to "Add Printer..."
(previously was "Add a Printer...") so it gets consistent with the add printer button
from the headerbar (in Printers panel) and with other buttons in Settings that end with
ellipsis, such as the "Add Picture..." from the Appearance panel, which doesn't have the
article also.
Diffstat (limited to 'panels')
-rw-r--r-- | panels/printers/printers.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/printers/printers.ui b/panels/printers/printers.ui index a81d312d1..128c26e24 100644 --- a/panels/printers/printers.ui +++ b/panels/printers/printers.ui @@ -168,7 +168,7 @@ </child> <child> <object class="GtkButton" id="printer-add-button2"> - <property name="label" translatable="yes" comments="Translators: This button adds new printer.">Add a Printer…</property> + <property name="label" translatable="yes" comments="Translators: This button adds new printer.">Add Printer…</property> <property name="receives_default">True</property> <property name="halign">center</property> <style> |