summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2011-02-11 14:22:57 -0500
committerLeon Scroggins <scroggo@google.com>2011-02-11 14:22:57 -0500
commit1cb9655acc95178679454a03e02ab4b74394c8f7 (patch)
tree66da092a3915762946c062487c8f22edda70f32c /res/values/strings.xml
parentac993841b3f810dd55a985141c574d4dfebd8c1a (diff)
downloadpackages_apps_Browser-1cb9655acc95178679454a03e02ab4b74394c8f7.zip
packages_apps_Browser-1cb9655acc95178679454a03e02ab4b74394c8f7.tar.gz
packages_apps_Browser-1cb9655acc95178679454a03e02ab4b74394c8f7.tar.bz2
Show a toast when the web archive is saved.
Change-Id: I539e158ddb63b1a670d9cdd5f15d09728e60a298
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b84e279..80cb2c8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -234,6 +234,8 @@
<string name="share_page">Share page</string>
<!-- Menu item for saving a page as a web archive. -->
<string name="menu_save_webarchive">Save as Web Archive</string>
+ <!-- Toast informing the user that the page has been saved. -->
+ <string name="webarchive_saved">Web archive saved.</string>
<!-- Toast informing the user that saving the page has failed. -->
<string name="webarchive_failed">Failed to save web archive.</string>
<!-- The number of bookmarks in a folder [CHAR LIMT=50] -->