malcontent-control: Fix ‘Block Web Browsers’ label sense
The switch is actually controlling whether to allow web browsers, not block them, and is enabled by default. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
7fd8705f33
commit
591f63890b
|
@ -64,7 +64,7 @@
|
|||
<property name="hexpand">True</property>
|
||||
<property name="ellipsize">end</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Block _Web Browsers</property>
|
||||
<property name="label" translatable="yes">Allow _Web Browsers</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">allow_web_browsers_switch</property>
|
||||
<accessibility>
|
||||
|
|
Loading…
Reference in New Issue