plasma: someone's typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-03 14:57:32 +03:00
parent 97d16d55c9
commit 01eaf07e85

View file

@ -230,7 +230,7 @@ void JobView::setSpeed(qlonglong bytesPerSecond)
QString JobView::speedString() const
{
return i18nc("Byes per second", "%1/s", KGlobal::locale()->formatByteSize(m_speed));
return i18nc("Bytes per second", "%1/s", KGlobal::locale()->formatByteSize(m_speed));
}
void JobView::setInfoMessage(const QString &infoMessage)