Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-01-28 13:00:27 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-01-28 13:00:27 +0300
commitc11ac40df447e3f2e2f6a6794f5fd3f75b70c077 (patch)
treec06779df8a9ae2f211bb3141bb2ba886c6b39989 /src/main/res/values
parentaee37c3e3e7d7dea4796af83ca445678376dcd6e (diff)
use 'missed call' as label for missed call status
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index c0648925d..177586c1b 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -916,6 +916,7 @@
<string name="disable_tor_to_make_call">Disable Tor to make calls</string>
<string name="incoming_call">Incoming call</string>
<string name="incoming_call_duration">Incoming call · %s</string>
+ <string name="missed_call_timestamp">Missed call · %s</string>
<string name="outgoing_call">Outgoing call</string>
<string name="outgoing_call_duration">Outgoing call · %s</string>
<string name="missed_call">Missed call</string>