top: the '%CUC' column must be just a little bit wider

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2022-04-20 00:00:00 -05:00
committed by Craig Small
parent a2c1abb136
commit 71d7cc512a
2 changed files with 2 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ static void build_two_nlstabs (void) {
/* Translation Hint: maximum '%CUU' = 6 */
Head_nlstab[EU_CUU] = _("%CUU");
Desc_nlstab[EU_CUU] = _("CPU Utilization");
/* Translation Hint: maximum '%CUC' = 6 */
/* Translation Hint: maximum '%CUC' = 7 */
Head_nlstab[EU_CUC] = _("%CUC");
Desc_nlstab[EU_CUC] = _("Utilization + child");
}