summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-08-03 15:15:39 +0200
committerYorhel <git@yorhel.nl>2014-08-03 15:15:39 +0200
commitce18bc392eafab86fbea72e27d7834b415ecd6e4 (patch)
treebe52c2387dc0d15e4118e99c4c8448145a3c3ca0
parent79213f0d63fe286fbfc73cfe6b1004d368258800 (diff)
"Press q to continue" -> "Press q to close"
As per http://dev.yorhel.nl/ncdu/bug/55
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index 704b0a7..be16550 100644
--- a/src/help.c
+++ b/src/help.c
@@ -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);