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

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 5958005: DOMUI: Rename download path 'Browse...' button to 'Change...' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO 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
Index: chrome/browser/resources/options/advanced_options.html
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index a987563769802f99e18aa2840496f8efdf583cdb..57d67ce8cdfbfd6637f75ab435a3bd1e86da9762 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -120,8 +120,8 @@
<span i18n-content="downloadLocationBrowseTitle"></span>
<input id="downloadLocationPath" type="text" size="60" disabled>
</label>
- <button id="downloadLocationBrowseButton"
- i18n-content="downloadLocationBrowseButton"></button>
+ <button id="downloadLocationChangeButton"
+ i18n-content="downloadLocationChangeButton"></button>
</div>
<label class="checkbox">
<input id="promptForDownload" pref="download.prompt_for_download"
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698