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

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

Issue 2564053003: [Download Home] Remove -> Delete (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/menu/download_manager_menu.xml
diff --git a/chrome/android/java/res/menu/download_manager_menu.xml b/chrome/android/java/res/menu/download_manager_menu.xml
index 24932a0648bfaa5ce1627ed668b57f37f6b2f3e2..16e3669b0f448112730705e0223734bf7d2a3e1d 100644
--- a/chrome/android/java/res/menu/download_manager_menu.xml
+++ b/chrome/android/java/res/menu/download_manager_menu.xml
@@ -24,7 +24,7 @@
<item
android:id="@+id/selection_mode_delete_menu_id"
android:icon="@drawable/ic_delete_white_24dp"
- android:title="@string/remove"
+ android:title="@string/delete"
chrome:showAsAction="ifRoom" />
</group>
</menu>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698