summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--panels/user-accounts/cc-user-panel.ui31
1 files changed, 30 insertions, 1 deletions
diff --git a/panels/user-accounts/cc-user-panel.ui b/panels/user-accounts/cc-user-panel.ui
index 7b295bd45..1e0e1d5b4 100644
--- a/panels/user-accounts/cc-user-panel.ui
+++ b/panels/user-accounts/cc-user-panel.ui
@@ -227,10 +227,39 @@
<child>
<object class="AdwActionRow" id="account_type_row">
<property name="title" translatable="yes">_Administrator</property>
- <property name="subtitle" translatable="yes">Administrators can add and remove other users, and can change settings for all users.</property>
<property name="subtitle-lines">0</property>
<property name="use_underline">True</property>
<property name="activatable-widget">account_type_switch</property>
+ <child type="suffix">
+ <object class="GtkMenuButton">
+ <property name="tooltip-text" translatable="yes">Information</property>
+ <property name="valign">center</property>
+ <property name="icon-name">help-about-symbolic</property>
+ <style>
+ <class name="flat"/>
+ </style>
+ <accessibility>
+ <property name="label" translatable="yes">Information</property>
+ </accessibility>
+ <property name="popover">
+ <object class="GtkPopover">
+ <child>
+ <object class="GtkLabel">
+ <property name="margin-top">6</property>
+ <property name="margin-bottom">6</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">6</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
+ <property name="wrap">True</property>
+ <property name="max-width-chars">50</property>
+ <property name="label" translatable="yes">Administrators have extra abilities, including adding and removing users, changing login settings, and removing software. Parental controls cannot be applied to administrators.</property>
+ </object>
+ </child>
+ </object>
+ </property>
+ </object>
+ </child>
<child>
<object class="GtkSwitch" id="account_type_switch">
<property name="valign">center</property>