summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 08:32:33 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 08:32:33 +0000
commit5cd985b6607e59b67c383fb643cccb01972a980d (patch)
treea467cc9ff0a6469f8abe66a2751cc78ea57d23ea /chrome/app
parent31c2b18b8cd2c9c9a544356bac44d506508c4a93 (diff)
downloadchromium_src-5cd985b6607e59b67c383fb643cccb01972a980d.zip
chromium_src-5cd985b6607e59b67c383fb643cccb01972a980d.tar.gz
chromium_src-5cd985b6607e59b67c383fb643cccb01972a980d.tar.bz2
Support saving a web page as a plain HTML
Merge ShouldSaveAsMHTML() branch and can_save_as_complete_ branch. BUG=369875 Review URL: https://codereview.chromium.org/269413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 560c46e..44185dc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5394,7 +5394,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Save Page as MHTML
</message>
<message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_DESCRIPTION" desc="Description of the 'Save Page as MHTML' lab.">
- Disables saving pages as HTML-only or HTML Complete; enables saving pages only as MHTML: a single text file containing HTML and all sub-resources.
+ Enables saving pages as MHTML: a single text file containing HTML and all sub-resources.
</message>
<message name="IDS_FLAGS_DISABLE_DEVICE_DISCOVERY_NAME" desc="Title of the 'disable device discovery' flag.">
Disable Device Discovery
@@ -11466,6 +11466,9 @@ The following application will be launched if you accept this request:
<message name="IDS_SAVE_PAGE_DESC_HTML_ONLY" desc="In the Save Page dialog, the description of saving only the HTML of a webpage.">
Webpage, HTML Only
</message>
+ <message name="IDS_SAVE_PAGE_DESC_SINGLE_FILE" desc="In the Save Page dialog, the description of saving both the HTML and all shown resources into an archive.">
+ Web Archive, Single File
+ </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.">
Webpage, Complete
</message>