Skip to content
Snippets Groups Projects
Commit d462bbfd authored by Martin Straka's avatar Martin Straka
Browse files

Small refactoring.

parent 70b2e0e7
No related branches found
No related tags found
1 merge request!358Fix Delivery Info
......@@ -107,7 +107,7 @@ static
QString getSizeStr(qint64 dmAttachmentSize)
{
QString size = QString::number(dmAttachmentSize);
return (size == "0") ? "~ 1 kB" : "~" + size + " kB";
return (size == "0") ? "~1 kB" : "~" + size + " kB";
}
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment