diff options
Diffstat (limited to 'chrome/browser/dom_ui/passwords_exceptions_handler.cc')
-rw-r--r-- | chrome/browser/dom_ui/passwords_exceptions_handler.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/passwords_exceptions_handler.cc b/chrome/browser/dom_ui/passwords_exceptions_handler.cc index dfb87e8..0fd3ffd 100644 --- a/chrome/browser/dom_ui/passwords_exceptions_handler.cc +++ b/chrome/browser/dom_ui/passwords_exceptions_handler.cc @@ -24,6 +24,10 @@ void PasswordsExceptionsHandler::GetLocalizedValues( localized_strings->SetString(L"passwordsExceptionsTitle", l10n_util::GetString(IDS_PASSWORDS_EXCEPTIONS_WINDOW_TITLE)); + localized_strings->SetString(L"passwordsTabTitle", + l10n_util::GetString(IDS_PASSWORDS_SHOW_PASSWORDS_TAB_TITLE)); + localized_strings->SetString(L"exceptionsTabTitle", + l10n_util::GetString(IDS_PASSWORDS_EXCEPTIONS_TAB_TITLE)); } void PasswordsExceptionsHandler::RegisterMessages() { |