Singularization of duplicated multi user strings.
Many multi-user strings were duplicated between SettingsLib, Settings, System UI and Car projects. This CL removes those duplicates. List of singularized strings: "Guest", "Remove guest", "Add user", "Remove guest?", "Too many incorrect attempts...." Bug: 191386817 Test: NA Change-Id: I8d9629a1a9628cab9f049df84f706bd04ee75cc2
This commit is contained in:
@@ -297,7 +297,7 @@ public class UserDetailsSettings extends SettingsPreferenceFragment
|
||||
!mDefaultGuestRestrictions.getBoolean(UserManager.DISALLOW_OUTGOING_CALLS));
|
||||
mRemoveUserPref.setTitle(mGuestUserAutoCreated
|
||||
? com.android.settingslib.R.string.guest_reset_guest
|
||||
: R.string.user_exit_guest_title);
|
||||
: com.android.settingslib.R.string.guest_exit_guest);
|
||||
if (mGuestUserAutoCreated) {
|
||||
mRemoveUserPref.setEnabled((mUserInfo.flags & UserInfo.FLAG_INITIALIZED) != 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user