Merge branch '25-initial-screen' into 'master'
malcontent-control: Change wording on no-other-users page Closes #25 See merge request pwithnall/malcontent!90
This commit is contained in:
commit
d352fe2550
|
@ -164,10 +164,22 @@
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<property name="spacing">12</property>
|
<property name="spacing">12</property>
|
||||||
<property name="margin">18</property>
|
<property name="margin">18</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkImage">
|
||||||
|
<property name="icon-name">system-users-symbolic</property>
|
||||||
|
<property name="pixel-size">96</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<child internal-child="accessible">
|
||||||
|
<object class="AtkObject">
|
||||||
|
<property name="AtkObject::accessible-role">static</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">No Child Users Configured</property>
|
<property name="label" translatable="yes">No Standard User Accounts</property>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="scale" value="1.4"/>
|
<attribute name="scale" value="1.4"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
@ -181,7 +193,9 @@
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">No child users are currently set up on the system. Create one before setting up their parental controls.</property>
|
<property name="justify">center</property>
|
||||||
|
<property name="label" translatable="yes">Parental controls can only be applied to standard user
|
||||||
|
accounts. These can be created in the user 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">
|
||||||
|
@ -193,7 +207,7 @@
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="user_accounts_panel_button">
|
<object class="GtkButton" id="user_accounts_panel_button">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">Create _Child User</property>
|
<property name="label" translatable="yes">_User Settings</property>
|
||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
<property name="can-default">True</property>
|
<property name="can-default">True</property>
|
||||||
<property name="has-default">True</property>
|
<property name="has-default">True</property>
|
||||||
|
|
Loading…
Reference in New Issue