Mail kit: use KiB unit (and localize)
This commit is contained in:
@@ -50,7 +50,7 @@ BodyDownloadConfig::BodyDownloadConfig()
|
|||||||
fSizeBox = new BTextControl(r, "size", "", "", NULL);
|
fSizeBox = new BTextControl(r, "size", "", "", NULL);
|
||||||
|
|
||||||
r.OffsetBy(r.Width() + 5,0);
|
r.OffsetBy(r.Width() + 5,0);
|
||||||
fBytesLabel = new BStringView(r, "kb", "KB");
|
fBytesLabel = new BStringView(r, "kb", B_TRANSLATE("KiB"));
|
||||||
AddChild(fBytesLabel);
|
AddChild(fBytesLabel);
|
||||||
fSizeBox->SetDivider(0);
|
fSizeBox->SetDivider(0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user