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:
parent
bd173218e6
commit
cbc9b93348
|
@ -78,7 +78,7 @@
|
|||
<child>
|
||||
<object class="GtkLabel">
|
||||
<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>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject">
|
||||
|
|
Loading…
Reference in New Issue