diff options
author | Leon Scroggins <scroggo@google.com> | 2011-01-14 06:03:42 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-14 06:03:42 -0800 |
commit | f18338a08c89467ef27e1fe3a9ac7130839b475d (patch) | |
tree | ed035262ae08c6c3cc6c2cc4033016042aee5bd2 /res/values/strings.xml | |
parent | 937a54efbd2bd200c34e7c7a6d2a741a7bbc8446 (diff) | |
parent | 75630678154c89662b7f8e5fb19d0b77a2d7abb8 (diff) | |
download | packages_apps_Browser-f18338a08c89467ef27e1fe3a9ac7130839b475d.zip packages_apps_Browser-f18338a08c89467ef27e1fe3a9ac7130839b475d.tar.gz packages_apps_Browser-f18338a08c89467ef27e1fe3a9ac7130839b475d.tar.bz2 |
Merge "Show a remove button for existing bookmarks." into honeycomb
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ed19441..09bd56d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -152,6 +152,8 @@ <string name="save_to_bookmarks">Add to Bookmarks</string> <!-- Title of the dialog to bookmark a page --> <string name="bookmark_this_page">Bookmark this page</string> + <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] --> + <string name="remove">Remove</string> <!-- Menu item on the bookmarks page, to edit an existing bookmark --> <string name="edit_bookmark">Edit bookmark</string> <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] --> |