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:
Philip Withnall 2020-02-03 17:33:04 +00:00
parent 7fd8705f33
commit 591f63890b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
<property name="xalign">0</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="use_underline">True</property>
<property name="mnemonic_widget">allow_web_browsers_switch</property> <property name="mnemonic_widget">allow_web_browsers_switch</property>
<accessibility> <accessibility>