about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/lcurses/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcurses/window.c b/src/lcurses/window.c
index 307dd56..02fccb2 100644
--- a/src/lcurses/window.c
+++ b/src/lcurses/window.c
@@ -1339,7 +1339,7 @@ Wgetch(lua_State *L)
 			draw_menu_item("^p", "modify app permissions");
 		draw_menu_item("anything else", "cancel");
 		color_set(COLOR_PAIR_ERROR, NULL);
-		mvaddstr(LINES-1, menu_column+1, " Are you sure? ");
+		mvaddstr(LINES-1, menu_column+1, " Please confirm. App will restart, losing unsaved data. ");
 		color_set(COLOR_PAIR_NORMAL, NULL);
 		attroff(A_BOLD|A_REVERSE);