Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: chrome/browser/dom_ui/options/about_page_handler.cc

Issue 5567001: Remove IDS_ABOUT_PAGE_TITLE and use IDS_ABOUT instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/about_page_handler.cc
diff --git a/chrome/browser/dom_ui/options/about_page_handler.cc b/chrome/browser/dom_ui/options/about_page_handler.cc
index 02579bcdb6dda6851c86c02db603f95df9bce27b..90e112f1829cff732316fa1231634c35fbac8d55 100644
--- a/chrome/browser/dom_ui/options/about_page_handler.cc
+++ b/chrome/browser/dom_ui/options/about_page_handler.cc
@@ -86,7 +86,7 @@ const LocalizeEntry localize_table[] = {
{ "channel_warning_text", IDS_ABOUT_PAGE_CHANNEL_WARNING_TEXT },
{ "user_agent", IDS_ABOUT_VERSION_USER_AGENT },
{ "command_line", IDS_ABOUT_VERSION_COMMAND_LINE },
- { "aboutPage", IDS_ABOUT_PAGE_TITLE }
+ { "aboutPage", IDS_ABOUT }
};
void LocalizedStrings(DictionaryValue* localized_strings) {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698