提交 b92e8dfe 编写于 作者: J jp9000

Change "kbp/s" to "kb/s"

As pointed out by da_coder
上级 c27ddb90
......@@ -70,7 +70,7 @@ void OBSBasicStatusBar::UpdateBandwidth()
double kbitsPerSec = double(bitsBetween) / timePassed / 1000.0;
QString text;
text += QString("kbp/s: ") +
text += QString("kb/s: ") +
QString::number(kbitsPerSec, 'f', 0);
kbps->setText(text);
kbps->setMinimumWidth(kbps->width());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册