Ref T731, correct UI audio messages

This commit is contained in:
Klaus Basan
2019-10-05 23:25:00 +02:00
committed by Mat Sutcliffe
parent 4dbe1c49c8
commit bcd97c3a60
2 changed files with 5 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ namespace BlackCore
QString IContextAudio::audioRunsWhereInfo() const
{
static const QString s = QStringLiteral("Local audio on '%1', '%2'.").arg(audioRunsWhere().getMachineName(), audioRunsWhere().getProcessName());
static const QString s = QStringLiteral("Audio on '%1', '%2'.").arg(audioRunsWhere().getMachineName(), audioRunsWhere().getProcessName());
return s;
}