diff options
author | Leon Scroggins <scroggo@google.com> | 2010-10-21 15:17:10 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2010-10-22 11:04:39 -0400 |
commit | 88d080394ca18120e05c6926b178fd6843ff9cec (patch) | |
tree | 0720a96b8658d58dec59581b7876c0f74b88b586 /res/values/strings.xml | |
parent | fa6401f9759594b206e3b2effe2c3198a8b2449f (diff) | |
download | packages_apps_Browser-88d080394ca18120e05c6926b178fd6843ff9cec.zip packages_apps_Browser-88d080394ca18120e05c6926b178fd6843ff9cec.tar.gz packages_apps_Browser-88d080394ca18120e05c6926b178fd6843ff9cec.tar.bz2 |
Incorporate save to home screen with add bookmark dialog.
Bug:2953515
Remove the initial popup menu when pressing the star that
selects between saving to home screen and saving to bookmarks.
Instead, once the add bookmark dialog is open, the user can
select between bookmarks and saving to home screen.
Change-Id: I35e8590ff6a2a7c2058e45e4f77ec6b5d209b0f9
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ca14df6..3a3cab8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -131,6 +131,12 @@ <!-- Label stating that the currently open folder has no subfolders in the add bookmark dialog [CHAR-LIMIT=none]--> <string name="no_subfolders">No subfolders</string> + <!-- Menu item to use the top level bookmarks folder to save a bookmark in. [CHAR-LIMIT=30]--> + <string name="add_to_bookmarks_menu_option">Bookmarks</string> + <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]--> + <string name="add_to_homescreen_menu_option">Home screen</string> + <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]--> + <string name="add_to_other_folder_menu_option">Other folder\u2026</string> <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark --> <string name="name">Label</string> <!-- Initial value in Location field in Bookmark dialog box --> |