Changed: Use uiByte translation

--HG--
branch : develop
This commit is contained in:
kervala 2016-02-20 19:04:34 +01:00
parent 872bb2e697
commit 83090fc2f5

View file

@ -1785,7 +1785,7 @@ int CPatchManager::validateProgress(void *foo, double t, double d, double /* ult
if (units.empty()) if (units.empty())
{ {
units.push_back("B"); // there is no translation for byte unit... units.push_back(CI18N::get("uiByte").toUtf8());
units.push_back(CI18N::get("uiKb").toUtf8()); units.push_back(CI18N::get("uiKb").toUtf8());
units.push_back(CI18N::get("uiMb").toUtf8()); units.push_back(CI18N::get("uiMb").toUtf8());
} }