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

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

Issue 2256813004: [Downloads] Fix toolbar buttons' content descriptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Downloads] Fix toolbar buttons' content descriptions Created 4 years, 4 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
« 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 b2cd777c865bed09c53423dac744eaa6eac5406a..24932a0648bfaa5ce1627ed668b57f37f6b2f3e2 100644
--- a/chrome/android/java/res/menu/download_manager_menu.xml
+++ b/chrome/android/java/res/menu/download_manager_menu.xml
@@ -19,12 +19,12 @@
<item
android:id="@+id/selection_mode_share_menu_id"
android:icon="@drawable/ic_share_white_24dp"
- android:title="@string/remove"
+ android:title="@string/share"
chrome:showAsAction="ifRoom" />
<item
android:id="@+id/selection_mode_delete_menu_id"
android:icon="@drawable/ic_delete_white_24dp"
- android:title="@string/share"
+ android:title="@string/remove"
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