diff --git a/src/cui.cpp b/src/cui.cpp index 2daa6ab..987c3a8 100644 --- a/src/cui.cpp +++ b/src/cui.cpp @@ -68,7 +68,7 @@ const char *COLUMN_FORMAT_RECEIVED = "%11.3f"; // All descriptions are padded to 6 characters in length with spaces const char *const desc_view_mode[VIEWMODE_COUNT] = { - "KB/sec", "KB ", "B ", "MB ", "MB/sec", "GB/sec"}; + "KB/s ", "KB ", "B ", "MB ", "MB/s ", "GB/s "}; constexpr char FILE_SEPARATOR = '/';