diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-06-07 13:57:03 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-06-07 13:57:03 +0200 |
commit | 71886ed2abeb459c3478c550d3f0ce3f44933a1e (patch) | |
tree | 59eb7726771a2b483ef14cadb0f366e65dd88e58 /res/values | |
parent | ea8f3a26758ef4e65b3a41d1241fadba626b83e9 (diff) |
localized date. rounded minutes, hours and dates in last seen
Diffstat (limited to 'res/values')
-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 11c5224e..e960bee3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,7 +22,7 @@ <string name="title_activity_conversations">Conversations</string> <string name="title_activity_sharewith">Share with Conversation</string> <string name="just_now">just now</string> - <string name="minutes_ago">min ago</string> + <string name="minutes_ago">%d mins ago</string> <string name="unread_conversations">unread Conversations</string> <string name="sending">sending…</string> <string name="announce_pgp">Renew PGP announcement</string> |