From 642b2d816562ee0588aefa0947a4ee23600adbc5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 18 Dec 2017 17:34:10 +0100 Subject: [PATCH] flowtop: change tab title for process tab Use plural to match the "Flows" tab and because it usually shows multiple processes. Signed-off-by: Tobias Klauser --- flowtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowtop.c b/flowtop.c index 8b69d650..b4c86a98 100644 --- a/flowtop.c +++ b/flowtop.c @@ -1443,7 +1443,7 @@ static void presenter(void) ui_tab_pos_set(tab_main, 2, 0); ui_tab_active_color_set(tab_main, COLOR(BLACK, GREEN)); ui_tab_entry_add(tab_main, TAB_FLOWS, "Flows"); - ui_tab_entry_add(tab_main, TAB_PROCS, "Process"); + ui_tab_entry_add(tab_main, TAB_PROCS, "Processes"); rcu_register_thread(); while (!sigint) { -- 2.11.4.GIT