diff options
| author | Daisuke Miyakawa <dmiyakawa@google.com> | 2011-07-11 10:28:02 -0700 |
|---|---|---|
| committer | Daisuke Miyakawa <dmiyakawa@google.com> | 2011-07-11 14:30:42 -0700 |
| commit | 4bb6a342f5aa1f38b0e0083d014e538e937eccce (patch) | |
| tree | 9c185019863c658d976b1e162a791bd2fe6896e4 /res/values/strings.xml | |
| parent | c0176d633396adcd2154863e8b119169892066e9 (diff) | |
| download | android_frameworks_opt_chips-4bb6a342f5aa1f38b0e0083d014e538e937eccce.tar.gz android_frameworks_opt_chips-4bb6a342f5aa1f38b0e0083d014e538e937eccce.tar.bz2 android_frameworks_opt_chips-4bb6a342f5aa1f38b0e0083d014e538e937eccce.zip | |
Show "Waiting for more contacts" message on directory load
Requires
- I458c4b068d91feb16fe12c3b813f9704668663d2
- I5f83103628c14dd5079515c46c42a6f43d4f194c
- I858c66faa6d5bcb3248da6be6a40f47ab0f00a4d
Bug: 4996797
Change-Id: Iad5b8444f4b1949666d93ad43a34de057aba560e
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f83ebb4..3ae1d20 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -16,4 +16,8 @@ <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> more</string> + + <!-- Text displayed when there are remote directories not returning results. + [CHAR LIMIT=50] --> + <string name="chips_waiting_for_directory_result">Waiting for more contacts</string> </resources> |
