summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:36 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:36 -0800
commit7b6b27ec766158b8d5fe8e6a29ee19e6bf3ac94a (patch)
tree4e836499bcc4aca553d20ee0d71aad5aaed901aa /res/values/strings.xml
parent6bb151d25c70079e35de2000cb1d7202410ac29a (diff)
downloadImProvider-7b6b27ec766158b8d5fe8e6a29ee19e6bf3ac94a.tar.gz
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c2b75a1..2519476 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -53,10 +53,8 @@
<!-- These strings displayed on the landing page. -->
<!-- The title of the landing page.-->
<string name="choose_account_title">Chat - Select an account</string>
- <!-- Displays if there is only one ongoing chat on the landing page.-->
- <string name="one_conversation">1 chat</string>
<!-- Displays the number of ongoing chats on the landing page.-->
- <string name="conversations"><xliff:g id="count">%1$d</xliff:g> chats</string>
+ <string name="conversations">(%1$d)</string>
<!-- The add account label on the landing page if there isn't any account.-->
<string name="add_account">Add <xliff:g id="account">%1$s</xliff:g> account</string>