Chromium Code Reviews

Unified Diff: chrome/app/generated_resources.grd

Issue 63093: Refactoring; switch the |filter| parameter into something that is more amenab... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 13572)
+++ chrome/app/generated_resources.grd (working copy)
@@ -3288,9 +3288,12 @@
</message>
<!-- Saving Page-->
- <message name="IDS_SAVE_PAGE_FILTER" desc="Filter string for save page. \0's are required separators and additional two \0's should be appended when using this.">
- Web Page, HTML Only\0*.htm\0Web Page, Complete\0*.htm
+ <message name="IDS_SAVE_PAGE_DESC_HTML_ONLY" desc="In the Save Page dialog, the description of saving only the HTML of a web page.">
+ Web Page, HTML Only
</message>
+ <message name="IDS_SAVE_PAGE_DESC_COMPLETE" desc="In the Save Page dialog, the description of saving both the HTML and all shown resources.">
+ Web Page, Complete
+ </message>
<message name="IDS_SAVE_PAGE_STATUS_COMPLETED" desc="Save page status: completed">
Completed
</message>
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine