diff options
| author | Jin Cao <jinyan@google.com> | 2014-10-22 16:07:23 -0700 |
|---|---|---|
| committer | Jin Cao <jinyan@google.com> | 2014-10-22 16:07:23 -0700 |
| commit | 2d06b8561ccce78066ee45208cdeeed9ef7fd8ee (patch) | |
| tree | 7c33c3e94cd641e1465ee238799b582eac9a9a4a /res/values/strings.xml | |
| parent | 0437e862005912a1e5bf054769f23ed9cc69f811 (diff) | |
| download | android_frameworks_opt_chips-2d06b8561ccce78066ee45208cdeeed9ef7fd8ee.tar.gz android_frameworks_opt_chips-2d06b8561ccce78066ee45208cdeeed9ef7fd8ee.tar.bz2 android_frameworks_opt_chips-2d06b8561ccce78066ee45208cdeeed9ef7fd8ee.zip | |
Use $d instead of $s for number formatting
To ensure that the numbers are properly translated.
b/18011726
Change-Id: Id01bd690ac87875b17cfa4222e00b764aef9fba1
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 82cbf25..878cdaa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -15,7 +15,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion --> - <string name="more_string">\u002B<xliff:g id="count">%1$s</xliff:g></string> + <string name="more_string">\u002B<xliff:g id="count">%1$d</xliff:g></string> <!-- Text displayed when the user long presses on a chip to copy the recipients email address. [CHAR LIMIT=200] --> |
