Skip to content
Snippets Groups Projects
Commit ce18bc39 authored by Yorhel's avatar Yorhel
Browse files

"Press q to continue" -> "Press q to close"

parent 79213f0d
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ void help_draw() {
browse_draw();
nccreate(15, 60, "ncdu help");
ncaddstr(13, 38, "Press q to continue");
ncaddstr(13, 42, "Press q to close");
if(page == 1)
attron(A_REVERSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment