diff options
Diffstat (limited to 'src/gs-metered-data-dialog.ui')
-rw-r--r-- | src/gs-metered-data-dialog.ui | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/gs-metered-data-dialog.ui b/src/gs-metered-data-dialog.ui new file mode 100644 index 0000000..def0243 --- /dev/null +++ b/src/gs-metered-data-dialog.ui @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <requires lib="gtk+" version="3.10"/> + <template class="GsMeteredDataDialog" parent="GtkDialog"> + <property name="title" translatable="yes">Automatic Updates Paused</property> + <property name="modal">True</property> + <property name="destroy-with-parent">True</property> + <property name="resizable">False</property> + <property name="type-hint">dialog</property> + <property name="skip-taskbar-hint">True</property> + <property name="use-header-bar">1</property> + <child internal-child="headerbar"> + <object class="GtkHeaderBar"> + <child type="title"> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="label" translatable="yes">Automatic Updates Paused</property> + <property name="selectable">False</property> + <style> + <class name="title"/> + </style> + </object> + </child> + </object> + </child> + <child internal-child="vbox"> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="margin">12</property> + <child> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="justify">fill</property> + <property name="wrap">True</property> + <property name="wrap-mode">word-char</property> + <property name="label" translatable="yes">The current network is metered. Metered connections have data limits or charges associated with them. To save data, automatic updates have therefore been paused. + +Automatic updates will be resumed when an unÂmetered network becomes available. Until then, it is still possible to manually install updates. + +Alternatively, if the current network has been inÂcorrectly identified as being metered, this setting can be changed.</property> + <property name="max-width-chars">40</property> + <property name="halign">center</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <child type="center"> + <object class="GtkButton" id="button_network_settings"> + <property name="visible">True</property> + <property name="label" translatable="yes">Open Network _Settings</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="use-underline">True</property> + <signal name="clicked" handler="button_network_settings_clicked_cb"/> + </object> + </child> + </object> + <packing> + <property name="fill">False</property> + <property name="expand">False</property> + </packing> + </child> + </object> + </child> + </template> +</interface> |