mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 08:35:26 +08:00
misc: update some strings
Change-Id: I635c527b8a5b83b91f70008ce6471af8f72f6aa9
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user