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

Unified Diff: chrome/android/java/res/layout/toolbar.xml

Issue 2222013004: Handle both plural and singular tab switcher content descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + add bug reference to comments 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
Index: chrome/android/java/res/layout/toolbar.xml
diff --git a/chrome/android/java/res/layout/toolbar.xml b/chrome/android/java/res/layout/toolbar.xml
index a60dfc6c60847de35be3a2c6deb3cfce514173c1..83feb109c4ccaa57f2bb2c35d378b0dda6a1c037 100644
--- a/chrome/android/java/res/layout/toolbar.xml
+++ b/chrome/android/java/res/layout/toolbar.xml
@@ -56,7 +56,7 @@
<ImageButton android:id="@+id/tab_switcher_button"
style="@style/ToolbarButton"
android:layout_gravity="top"
- android:contentDescription="@string/accessibility_toolbar_btn_tabswitcher_toggle" />
+ android:contentDescription="@string/accessibility_toolbar_btn_tabswitcher_toggle_default" />
<FrameLayout
android:layout_width="wrap_content"

Powered by Google App Engine
This is Rietveld 408576698