am 0d9179c4
: Merge "You section title for current user details" into jb-mr1-dev
* commit '0d9179c47338532bb2995130d07e458ab12bcb5c': You section title for current user details
This commit is contained in:
@@ -4250,6 +4250,8 @@
|
||||
|
||||
<!-- User settings screen title [CHAR LIMIT=25] -->
|
||||
<string name="user_settings_title">Users</string>
|
||||
<!-- User settings section title for details about you [CHAR LIMIT=25] -->
|
||||
<string name="user_you_section">You</string>
|
||||
<!-- User settings user list section header [CHAR LIMIT=30] -->
|
||||
<string name="user_list_title">Other users</string>
|
||||
<!-- User settings add user menu [CHAR LIMIT=20] -->
|
||||
|
@@ -18,6 +18,9 @@
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/user_settings_title">
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="user_you"
|
||||
android:title="@string/user_you_section"/>
|
||||
<Preference
|
||||
android:key="user_me"
|
||||
android:summary="@string/user_owner" />
|
||||
|
Reference in New Issue
Block a user