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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2285373002: Fix plural syntax for downloads accessibility strings (Closed)
Patch Set: Fix plural syntax for downloads accessibility strings 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/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 cb746c9308e1b48c41cb4b01d5ee3ae91d67e1bb..bccea58a0ef0afb7b1c56067ae1194c4f07196d5 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2298,17 +2298,17 @@ To obtain new licenses, connect to the internet and play your downloaded content
</message>
<message name="IDS_ACCESSIBILITY_SELECTED_ITEMS" desc="Content description for a number indicating how many items are selected. [ICU Syntax]">
{NUM_SELECTED, plural,
- =1 {1 item selected},
+ =1 {1 item selected}
other {# items selected}}
</message>
<message name="IDS_ACCESSIBILITY_SHARE_SELECTED_ITEMS" desc="Content description for the button to share selected items. [ICU Syntax]">
{NUM_SELECTED, plural,
- =1 {Share 1 selected item},
+ =1 {Share 1 selected item}
other {Share # selected items}}
</message>
<message name="IDS_ACCESSIBILITY_REMOVE_SELECTED_ITEMS" desc="Content description for the button to remove selected items. [ICU Syntax]">
{NUM_SELECTED, plural,
- =1 {Remove 1 selected item},
+ =1 {Remove 1 selected item}
other {Remove # selected items}}
</message>
« 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