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

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

Issue 2968203003: Photo Picker dialog: Flesh out the number roll string a bit. (Closed)
Patch Set: Address feedback from Theresa Created 3 years, 5 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 | « chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java ('k') | 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 70e4e9caff6a3ac5d51b896ee0440f99f13d455f..4f73732e1930f6f60e0c4cc052e2e01d39d76644 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2688,8 +2688,8 @@ 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]">
Bernhard Bauer 2017/07/06 21:08:28 Nit: This string now isn't really used for accessi
{NUM_SELECTED, plural,
- =1 {1 item selected}
- other {# items selected}}
+ =1 {1 selected}
+ other {# selected}}
</message>
<message name="IDS_ACCESSIBILITY_SHARE_SELECTED_ITEMS" desc="Content description for the button to share selected items. [ICU Syntax]">
{NUM_SELECTED, plural,
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698