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:
parent
e996d9a8ce
commit
ef21229a5b
1 changed files with 2 additions and 2 deletions
|
@ -425,7 +425,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</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="use_underline">True</property>
|
||||
</object>
|
||||
|
@ -436,7 +436,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</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="max_width_chars">60</property>
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue