Mail kit: use KiB unit (and localize)

This commit is contained in:
Philippe Saint-Pierre 2013-07-13 14:55:20 -04:00
parent fffc0e2a7b
commit 073218a8ae

View File

@ -50,7 +50,7 @@ BodyDownloadConfig::BodyDownloadConfig()
fSizeBox = new BTextControl(r, "size", "", "", NULL);
r.OffsetBy(r.Width() + 5,0);
fBytesLabel = new BStringView(r, "kb", "KB");
fBytesLabel = new BStringView(r, "kb", B_TRANSLATE("KiB"));
AddChild(fBytesLabel);
fSizeBox->SetDivider(0);