From b4334a590dbb259aa6c3ec7534263b7fd73fe3ec Mon Sep 17 00:00:00 2001 From: NMrocks Date: Wed, 23 Feb 2022 20:04:46 +0530 Subject: [PATCH] Fixed a string in the options menu The "Proc Sorting" option in the proc section of the options menu has "cpu direct" as the 7th option but the description of the option mentioned it using its older name, "cpu responsive". Changed this to "cpu direct" in the description. --- src/btop_menu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/btop_menu.cpp b/src/btop_menu.cpp index 248a769..92aea75 100644 --- a/src/btop_menu.cpp +++ b/src/btop_menu.cpp @@ -550,10 +550,10 @@ namespace Menu { "Possible values:", "\"pid\", \"program\", \"arguments\", \"threads\",", "\"user\", \"memory\", \"cpu lazy\" and", - "\"cpu responsive\".", + "\"cpu direct\".", "", "\"cpu lazy\" updates top process over time.", - "\"cpu responsive\" updates top process", + "\"cpu direct\" updates top process", "directly."}, {"proc_reversed", "Reverse processes sorting order.",