Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1250)

Unified Diff: chrome/android/java/res/menu/eb_action_bar_menu.xml

Issue 1182083005: Re-engineer edit screen in enhanced bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove description code in native, use new UI wedgit Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/menu/eb_action_bar_menu.xml
diff --git a/chrome/android/java/res/menu/eb_action_bar_menu.xml b/chrome/android/java/res/menu/eb_action_bar_menu.xml
index 14a86edd91fc161c8d63ebd0a2a68697f894466f..484898433b5981eb4e82313d571dc2f11d600369 100644
--- a/chrome/android/java/res/menu/eb_action_bar_menu.xml
+++ b/chrome/android/java/res/menu/eb_action_bar_menu.xml
@@ -30,7 +30,7 @@
<item
android:id="@+id/selection_mode_edit_menu_id"
android:icon="@drawable/eb_edit_active"
- android:title="@string/enhanced_bookmark_action_bar_edit_bookmarks"
+ android:title="@string/edit_bookmark"
chrome:showAsAction="ifRoom"/>
<item
android:id="@+id/selection_mode_move_menu_id"

Powered by Google App Engine
This is Rietveld 408576698