| Index: chrome/common/localized_error.cc
|
| diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
|
| index 114c252457aa8adb713c7eea513d1f13f26a21d8..a70f308f72ea98c9a940791c54c1624c31173519 100644
|
| --- a/chrome/common/localized_error.cc
|
| +++ b/chrome/common/localized_error.cc
|
| @@ -486,7 +486,7 @@ const LocalizedErrorMap* LookupErrorMap(const std::string& error_domain,
|
| }
|
|
|
| // Returns a dictionary containing the strings for the settings menu under the
|
| -// wrench, and the advanced settings button.
|
| +// app menu, and the advanced settings button.
|
| base::DictionaryValue* GetStandardMenuItemsText() {
|
| base::DictionaryValue* standard_menu_items_text = new base::DictionaryValue();
|
| standard_menu_items_text->SetString("settingsTitle",
|
|
|