From ce18bc392eafab86fbea72e27d7834b415ecd6e4 Mon Sep 17 00:00:00 2001
From: Yorhel <git@yorhel.nl>
Date: Sun, 3 Aug 2014 15:15:39 +0200
Subject: [PATCH] "Press q to continue" -> "Press q to close"

As per http://dev.yorhel.nl/ncdu/bug/55
---
 src/help.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab