| Index: chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| index 0b58bab47644b5de6acce215df31aacd8d24dde9..1b795ee92e68cea2f831ababbba557a3e0a0d4f6 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| @@ -127,7 +127,7 @@ void SupervisedUserWarningInfoBarDelegate::InfoBarDismissed() {
|
| }
|
|
|
| base::string16 SupervisedUserWarningInfoBarDelegate::GetMessageText() const {
|
| - return l10n_util::GetStringUTF16(IDS_MANAGED_USER_WARN_INFOBAR_MESSAGE);
|
| + return l10n_util::GetStringUTF16(IDS_SUPERVISED_USER_WARN_INFOBAR_MESSAGE);
|
| }
|
|
|
| int SupervisedUserWarningInfoBarDelegate::GetButtons() const {
|
| @@ -137,7 +137,7 @@ int SupervisedUserWarningInfoBarDelegate::GetButtons() const {
|
| base::string16 SupervisedUserWarningInfoBarDelegate::GetButtonLabel(
|
| InfoBarButton button) const {
|
| DCHECK_EQ(BUTTON_OK, button);
|
| - return l10n_util::GetStringUTF16(IDS_MANAGED_USER_WARN_INFOBAR_GO_BACK);
|
| + return l10n_util::GetStringUTF16(IDS_SUPERVISED_USER_WARN_INFOBAR_GO_BACK);
|
| }
|
|
|
| bool SupervisedUserWarningInfoBarDelegate::Accept() {
|
|
|