| Index: chrome/browser/profiles/profile_list_desktop.cc
|
| diff --git a/chrome/browser/profiles/profile_list_desktop.cc b/chrome/browser/profiles/profile_list_desktop.cc
|
| index cf69b3cf58ab634a717937dc5363978562a90056..8a1eff78142228c241afdf56c1b0f43bd9f9ddc7 100644
|
| --- a/chrome/browser/profiles/profile_list_desktop.cc
|
| +++ b/chrome/browser/profiles/profile_list_desktop.cc
|
| @@ -55,7 +55,7 @@ void ProfileListDesktop::RebuildMenu() {
|
| item->signed_in = !item->sync_state.empty();
|
| if (!item->signed_in) {
|
| item->sync_state = l10n_util::GetStringUTF16(
|
| - item->supervised ? IDS_MANAGED_USER_AVATAR_LABEL :
|
| + item->supervised ? IDS_SUPERVISED_USER_AVATAR_LABEL :
|
| IDS_PROFILES_LOCAL_PROFILE_STATE);
|
| }
|
| item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
|
|
|