From c0300268c11d64bdba6c247ee429220ee641e07a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 31 Mar 2026 14:24:46 +0200 Subject: [PATCH] NetworkIOMeter: shorten the label This brings it in line with other meters, for example the DiskIOMeter which comes with just "Dsk:". Also it allows for more information on limited width. --- NetworkIOMeter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkIOMeter.c b/NetworkIOMeter.c index e4de65b6e..a4e1bec84 100644 --- a/NetworkIOMeter.c +++ b/NetworkIOMeter.c @@ -179,5 +179,5 @@ const MeterClass NetworkIOMeter_class = { .name = "NetworkIO", .uiName = "Network IO", .description = "Network bytes & packets received/sent per second", - .caption = "Network: " + .caption = "Net: " };