malcontent-control: Tweak polkit label wording

When malcontent-control is run as an unprivileged user (i.e. a child)
the fact that the unlock wording refers to ‘other users’ is a little
confusing, since the purpose of running malcontent-control was likely to
edit the parental controls for *this* user.

Adjust the wording to make this a little clearer.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-03-17 17:30:49 +00:00
parent bd173218e6
commit cbc9b93348
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Permission is required to view and change parental controls settings for other users.</property> <property name="label" translatable="yes">Permission is required to view and change user parental controls settings.</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<child internal-child="accessible"> <child internal-child="accessible">
<object class="AtkObject"> <object class="AtkObject">