Merge branch 'matthiasc/for-master' into 'master'

Matthiasc/for master

See merge request GNOME/gtk!1582
This commit is contained in:
Matthias Clasen 2020-03-28 21:17:29 +00:00
commit 6e52820fd2

View File

@ -185,7 +185,6 @@
<property name="sensitive">0</property>
<property name="can-focus">1</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<property name="group">all_pages_radio</property>
<layout>
<property name="left-attach">0</property>
@ -200,7 +199,6 @@
<property name="sensitive">0</property>
<property name="can-focus">1</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<property name="group">all_pages_radio</property>
<layout>
<property name="left-attach">0</property>
@ -216,7 +214,6 @@
<property name="tooltip-text" translatable="yes">Specify one or more page ranges,
e.g. 13, 7, 11</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<property name="group">all_pages_radio</property>
<signal name="toggled" handler="update_page_range_entry_sensitivity" swapped="no"/>
<layout>
@ -833,6 +830,7 @@
</child>
<child>
<object class="GtkRadioButton" id="print_at_radio">
<property name="sensitive">0</property>
<property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time.">A_t:</property>
<property name="can-focus">1</property>
<property name="has-tooltip">1</property>
@ -875,6 +873,7 @@
</child>
<child>
<object class="GtkRadioButton" id="print_hold_radio">
<property name="sensitive">0</property>
<property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets &apos;released&apos;.">On _hold</property>
<property name="can-focus">1</property>
<property name="has-tooltip">1</property>