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.
This commit is contained in:
NMrocks 2022-02-23 20:04:46 +05:30
parent d3a8421bd7
commit b4334a590d
No known key found for this signature in database
GPG Key ID: C9E34E6E3ECF3535
1 changed files with 2 additions and 2 deletions

View File

@ -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.",