diff options
| author | Mindy Pereira <mindyp@google.com> | 2012-07-10 16:12:04 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2012-07-10 16:12:04 -0700 |
| commit | 2833056f3fb86cdc21c96535e3ace123cd23fa17 (patch) | |
| tree | c59abc198ae9ff8167db482d2296b8d259fba71e /res/values/strings.xml | |
| parent | ca5227122474fb124a4fe573a2f07e14d7a33f3e (diff) | |
| download | android_frameworks_opt_chips-2833056f3fb86cdc21c96535e3ace123cd23fa17.tar.gz android_frameworks_opt_chips-2833056f3fb86cdc21c96535e3ace123cd23fa17.tar.bz2 android_frameworks_opt_chips-2833056f3fb86cdc21c96535e3ace123cd23fa17.zip | |
Change # more to +#
Part of b/6801151 Improvements to chips for gmail
Change-Id: Iaa447404be250eccc33e91e9abdfeafec73354af
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 f743ae3..3588ec3 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"><xliff:g id="count">%1$s</xliff:g> more...</string> + <string name="more_string">\u002B<xliff:g id="count">%1$s</xliff:g></string> <!-- Text displayed when the user long presses on a chip to copy the recipients email address. [CHAR LIMIT=200] --> |
