diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 68571418a..17388a798 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -324,8 +324,7 @@ static uint32_t kRed = 0xFF6450FF, //255, 100, 80 //status strings pen.x += extraNameShift; pen.y += linePadding; - NSAttributedString * statusString = [[NSString stringWithFormat: @"%@ %@", [fTorrent statusString], - [[fTorrent orderValue] stringValue]] + NSAttributedString * statusString = [[fTorrent statusString] attributedStringFittingInWidth: mainWidth attributes: statusAttributes]; [statusString drawAtPoint: pen];