Merge "Return proper result code after creating pin/password lock" into jb-mr2-dev
diff --git a/res/layout/preference_user_delete_widget.xml b/res/layout/preference_user_delete_widget.xml
index 6ee6faa..7d563f8 100644
--- a/res/layout/preference_user_delete_widget.xml
+++ b/res/layout/preference_user_delete_widget.xml
@@ -34,7 +34,7 @@
         android:paddingStart="16dip"
         android:paddingEnd="16dip"
         android:src="@drawable/ic_sysbar_quicksettings"
-        android:contentDescription="@string/user_delete_user_description"
+        android:contentDescription="@string/settings_label"
         android:layout_gravity="center"
         android:background="?android:attr/selectableItemBackground" />
     <View
diff --git a/res/layout/user_info_header.xml b/res/layout/user_info_header.xml
index 506dd2e..c698eaf 100644
--- a/res/layout/user_info_header.xml
+++ b/res/layout/user_info_header.xml
@@ -79,6 +79,14 @@
                 android:text="@string/user_summary_restricted_profile"
                 android:maxLines="4" />
         </RelativeLayout>
+        <ImageView
+                android:layout_width="wrap_content"
+                android:layout_height="fill_parent"
+                android:paddingStart="16dip"
+                android:paddingEnd="16dip"
+                android:src="@drawable/ic_sysbar_quicksettings"
+                android:contentDescription="@string/settings_label"
+                android:layout_gravity="center"/>
     </LinearLayout>
     <View android:layout_width="match_parent"
           android:layout_height="2dp"