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

As per http://dev.yorhel.nl/ncdu/bug/55
This commit is contained in:
Yorhel 2014-08-03 15:15:39 +02:00
parent 79213f0d63
commit ce18bc392e

View file

@ -60,7 +60,7 @@ void help_draw() {
browse_draw(); browse_draw();
nccreate(15, 60, "ncdu help"); nccreate(15, 60, "ncdu help");
ncaddstr(13, 38, "Press q to continue"); ncaddstr(13, 42, "Press q to close");
if(page == 1) if(page == 1)
attron(A_REVERSE); attron(A_REVERSE);