network: Tweak wording of metered data checkbox in connection dialog

Make it clearer in two ways:
 • Explicitly mention ‘metered data’, as that’s a commonly used phrase.
 • Explicitly mention automatic software updates as being disabled on
   metered connections, to make the implications of this checkbox a
   little clearer.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: https://gitlab.gnome.org/GNOME/gnome-software/merge_requests/339
This commit is contained in:
Philip Withnall 2019-12-20 17:12:19 +00:00 committed by Georges Basile Stavracas Neto
parent e996d9a8ce
commit ef21229a5b

View file

@ -425,7 +425,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Restrict _background data usage</property> <property name="label" translatable="yes">_Metered connection: has data limits or can incur charges</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
</object> </object>
@ -436,7 +436,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Appropriate for connections that have data charges or limits.</property> <property name="label" translatable="yes">Software updates and other large downloads will not be started automatically.</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="max_width_chars">60</property> <property name="max_width_chars">60</property>
<style> <style>