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

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

Issue 5959001: dom-ui settings: Fix up the downloads section according to mocks.... (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') | chrome/browser/resources/options/advanced_options.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/advanced_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/options/advanced_options_handler.cc (revision 69504)
+++ chrome/browser/dom_ui/options/advanced_options_handler.cc (working copy)
@@ -79,7 +79,7 @@
l10n_util::GetStringUTF16(
IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION));
localized_strings->SetString("autoOpenFileTypesInfo",
- l10n_util::GetStringUTF16(IDS_OPTIONS_AUTOOPENFILETYPES_INFO));
+ l10n_util::GetStringUTF16(IDS_OPTIONS_OPEN_FILE_TYPES_AUTOMATICALLY));
localized_strings->SetString("autoOpenFileTypesResetToDefault",
l10n_util::GetStringUTF16(IDS_OPTIONS_AUTOOPENFILETYPES_RESETTODEFAULT));
localized_strings->SetString("gearSettingsGroupName",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/advanced_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698