diff options
author | John Reck <jreck@google.com> | 2011-03-08 12:28:01 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-03-08 12:28:01 -0800 |
commit | 3b608dd9728a642255b700579413c532b1c9f28f (patch) | |
tree | e7d02440cd395ee50cc4ecd7a9a0fedf7c06aa61 /res | |
parent | 448461d9b7e8824a68a2994f490bb142c9f9b77a (diff) | |
parent | 7dc6b272e0b2048308999d44b7308c575107d862 (diff) | |
download | packages_apps_Browser-3b608dd9728a642255b700579413c532b1c9f28f.zip packages_apps_Browser-3b608dd9728a642255b700579413c532b1c9f28f.tar.gz packages_apps_Browser-3b608dd9728a642255b700579413c532b1c9f28f.tar.bz2 |
Merge "Fix bookmark long press "open in new window"" into honeycomb-mr1
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/bookmarkscontext.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/res/menu/bookmarkscontext.xml b/res/menu/bookmarkscontext.xml index 3a13b9a..df6f9af 100644 --- a/res/menu/bookmarkscontext.xml +++ b/res/menu/bookmarkscontext.xml @@ -20,7 +20,7 @@ <item android:id="@+id/open_context_menu_id" android:title="@string/open_bookmark"/> <item android:id="@+id/new_window_context_menu_id" - android:title="@string/open_in_new_window"/> + android:title="@string/contextmenu_openlink_newwindow"/> <item android:id="@+id/edit_context_menu_id" android:title="@string/edit_bookmark"/> <item android:id="@+id/shortcut_context_menu_id" diff --git a/res/values/strings.xml b/res/values/strings.xml index b0ddaaa..856c2ef 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -207,8 +207,6 @@ <!-- Confirmation dialog message confirming that the user wishes to delete the bookmark they selected for deletion --> <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string> - <!-- Context Menu item to open the selected link in a new window --> - <string name="open_in_new_window">Open in new window</string> <!-- Context menu item to open every bookmark in a folder in new windows [CHAR LIMIT=50] --> <string name="open_all_in_new_window">Open all in new windows</string> <!-- Menu item to open a dialog which allows the user to enter a url or do search--> |