mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: someone's typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
97d16d55c9
commit
01eaf07e85
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue