From aefa6cf194aede03cbf9db6198af23aa21557ea1 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:47:25 +0000 Subject: [PATCH] Use `s` instead of `sec` for units of seconds --- src/cui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '/';