diff options
author | John Reck <jreck@google.com> | 2011-02-28 15:47:47 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-02-28 18:10:14 -0800 |
commit | 51d8baddb85b04bf870843399cb40f8713303671 (patch) | |
tree | c879db4666ce89b2545976d4898b4fa8bacb5526 /res/menu/browser.xml | |
parent | a9496e1ab66fda87ea406f31d5ec4a213e0b6307 (diff) | |
download | packages_apps_Browser-51d8baddb85b04bf870843399cb40f8713303671.zip packages_apps_Browser-51d8baddb85b04bf870843399cb40f8713303671.tar.gz packages_apps_Browser-51d8baddb85b04bf870843399cb40f8713303671.tar.bz2 |
Change "Save Web Archive" to "Save Page"
Bug: 3492152
If WebView fails to save the page as a web archive (which will
happen if the page is not an (X)HTML document), instead of
showing a failure toast we fall back to downloading the URL through
download manager.
Also changes the string "Save Web Archive" to "Save Page" and moves
the menu option to be after "Share page".
Change-Id: Ia4219075ae2585df865b58fa75ad24357150824f
Diffstat (limited to 'res/menu/browser.xml')
-rw-r--r-- | res/menu/browser.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/browser.xml b/res/menu/browser.xml index 7a59ffd..abe3716 100644 --- a/res/menu/browser.xml +++ b/res/menu/browser.xml @@ -45,6 +45,8 @@ android:title="@string/share_page" android:icon="@drawable/ic_share_holo_dark" android:alphabeticShortcut="s" /> + <item android:id="@+id/save_webarchive_menu_id" + android:title="@string/menu_save_webarchive" /> <item android:id="@+id/page_info_menu_id" android:title="@string/page_info" android:icon="@drawable/ic_pageinfo_holo_dark" @@ -57,8 +59,6 @@ android:title="@string/menu_preferences" android:icon="@drawable/ic_settings_holo_dark" android:alphabeticShortcut="p" /> - <item android:id="@+id/save_webarchive_menu_id" - android:title="@string/menu_save_webarchive" /> <!-- followings are debug only --> <item android:id="@+id/dump_nav_menu_id" android:title="@string/dump_nav" |