diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-09-09 20:07:13 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-09-09 20:07:13 +0200 |
commit | ea4b999d8a1e4457d4296b4d1fb66ff55b2afd29 (patch) | |
tree | 23d6d450e74068db667556d7227c02a218345a1a /src/main/res/values | |
parent | 1584df8ac7f36e43403bf5544262676d0dda0506 (diff) |
include ticker information in notification
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index a4892dece..b6218464d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -26,7 +26,7 @@ <string name="just_now">just now</string> <string name="minute_ago">1 min ago</string> <string name="minutes_ago">%d mins ago</string> - <string name="unread_conversations">unread conversations</string> + <string name="x_unread_conversations">%d unread conversations</string> <string name="sending">sending…</string> <string name="message_decrypting">Decrypting message. Please wait…</string> <string name="pgp_message">OpenPGP encrypted message</string> |