summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-12-18 17:34:10 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-12-18 17:35:23 +0100
commit642b2d816562ee0588aefa0947a4ee23600adbc5 (patch)
treee4f620fdc0242cccc8f49c92b1dc3dc435832775
parent85f3536846adb8da882227b40ddbe0bc91f3ce71 (diff)
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 <tklauser@distanz.ch>
-rw-r--r--flowtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowtop.c b/flowtop.c
index 8b69d65..b4c86a9 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) {
_link: Add initial documentation core-api: remove an unexpected unident ppc/idle: Add documentation for powersave=off Doc: Correct typo, "Introdution" => "Introduction" Documentation/atomic_ops.txt: convert to ReST markup Documentation/local_ops.txt: convert to ReST markup Documentation/assoc_array.txt: convert to ReST markup docs-rst: parse-headers.pl: cleanup the documentation docs-rst: fix media cleandocs target docs-rst: media/Makefile: reorganize the rules docs-rst: media: build SVG from graphviz files docs-rst: replace bayer.png by a SVG image ...
Diffstat