summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-12-09 14:10:16 -0800
committerTom Taylor <tomtaylor@google.com>2011-12-09 14:10:16 -0800
commite0dccd0713d9349dadef5f0b41ce7da5e970f541 (patch)
treef07ed4dd7fc25dfd21ff3fef09aa1f79b5267f3f /res/values/strings.xml
parent16640dcb981babc03d26bfdde55c8cebf8befd08 (diff)
downloadMms-e0dccd0713d9349dadef5f0b41ce7da5e970f541.tar.gz
Show "Loading conversations" instead of "No conversations" while querying
Bug 5717044 The empty view is shown when the adapter has no items. The empty view, which used to read, "No conversations", can show up during a query. With this change, we follow email's model and show "Loading conversations". If the result of the query is no items, the message is changed to "No conversations" Change-Id: I8e95eb134dd0ba73c2c2c0b60dc3a178302f1504
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index be3e2a0d..2bc7c9b9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -418,6 +418,8 @@
<string name="select_conversations">Choose conversations</string>
<!-- Show this in the middle of the main activity when there are no conversations [CHAR LIMIT=none] -->
<string name="no_conversations">No conversations.</string>
+ <!-- Show this in the middle of the main activity when loading conversations [CHAR LIMIT=none] -->
+ <string name="loading_conversations">Loading conversations.</string>
<!-- When the user tries to view message details and some error occurs while
retrieving those details, this message will be shown. -->