Skip to content
Snippets Groups Projects
Commit a0b583aa authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: update some strings

Change-Id: I635c527b8a5b83b91f70008ce6471af8f72f6aa9
parent 3855a5e9
No related branches found
No related tags found
No related merge requests found
......@@ -307,11 +307,11 @@ getCallInteractionStringNonSwarm(bool isSelf,
const QString& reason = "")
{
if (reason == "busy") {
return QObject::tr("Missed call, peer is busy");
return QObject::tr("User busy");
} else if (reason == "declined") {
return QObject::tr("Missed call, peer declined");
return QObject::tr("User declined");
} else if (reason == "no_device") {
return QObject::tr("Missed call, peer offline");
return QObject::tr("User offline");
}
if (duration < 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment