| Index: chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc b/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc
|
| index 2c495aa790055e31f03e06b5feedf9a761ded71d..3e3b75449c57806ab0ba31f87203a990c3e08c5b 100644
|
| --- a/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc
|
| @@ -81,8 +81,8 @@ PopupBlockedInfoBarDelegate::PopupBlockedInfoBarDelegate(
|
| }
|
|
|
| base::string16 PopupBlockedInfoBarDelegate::GetMessageText() const {
|
| - return l10n_util::GetStringFUTF16Int(IDS_POPUPS_BLOCKED_INFOBAR_TEXT,
|
| - num_popups_);
|
| + return l10n_util::GetPluralStringFUTF16(IDS_POPUPS_BLOCKED_INFOBAR_TEXT,
|
| + num_popups_);
|
| }
|
|
|
| int PopupBlockedInfoBarDelegate::GetButtons() const {
|
|
|