| Index: chrome/common/localized_error.cc
|
| diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
|
| index e36cfe1e3111f1ebc9f5d2edbb760f6ffcd495c9..b9da9c0030c0e477d50cf36fc2711c94bdc69a71 100644
|
| --- a/chrome/common/localized_error.cc
|
| +++ b/chrome/common/localized_error.cc
|
| @@ -487,7 +487,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",
|
|
|