Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index 633d716c5203bc532ff4ab1e0babe4942b8164d4..060904d702157ddb76c402f48f63274f14319c44 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -2212,8 +2212,11 @@ To obtain new licenses, connect to the internet and play your downloaded content |
<message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_INCOGNITO_TAB" desc="Content description for the new incognito tab button."> |
New incognito tab |
</message> |
- <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Content description for the button that enters or leaves the tab switcher."> |
- <ph name="OPEN_TABS">%1$d<ex>3</ex></ph> open tabs |
+ <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Content description for the button that enters or leaves the tab switcher. [ICU Syntax]"> |
+ {OPEN_TABS, plural, =1 {%1$d open tab} other {%1$d open tabs}} |
+ </message> |
+ <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE_DEFAULT" desc="Placeholder content description for the button that enters or leaves the tab switcher."> |
+ open tabs |
</message> |
<message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content description for the home button."> |
Home |