proclist: label

This commit is contained in:
Alastair Poole 2021-03-02 17:22:54 +00:00
parent 279b0920ba
commit 403e5ffc18
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ _field_name(Proc_Field id)
case PROC_FIELD_NICE:
return _("Nice");
case PROC_FIELD_FILES:
return _("Open files");
return _("Open Files");
case PROC_FIELD_SIZE:
return _("Memory Size");
case PROC_FIELD_VIRT: