diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-29 09:21:48 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-29 09:21:48 +0200 |
commit | 58d2c3b5eae25ef21d6b2f6aa8056a115120480d (patch) | |
tree | 5be4f21d6d66d44ed0cb466703a0d4b8ac025e13 /modules/computer.c | |
parent | 9c1a363694289d7d30d9c9a00c18964b024a7d68 (diff) |
FIX Readded mem_usage field identifier after app widescreen ration change.
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c index 11befa7b..28f630d8 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -377,10 +377,11 @@ gchar *callback_memory_usage() "LoadGraphSuffix= kB\n" "RescanInterval=2000\n" "ColumnTitle$TextValue=%s\n" + "ColumnTitle$Extra1=%s\n" "ColumnTitle$Value=%s\n" "ShowColumnHeaders=true\n" "%s\n", meminfo, - _("Description"), _("Value"), /* column labels */ + _("Field"), _("Description"), _("Value"), /* column labels */ lginterval); } |