clearer copy for confirmation dialog

This commit is contained in:
Kartik K. Agaram 2022-03-03 22:25:43 -08:00
parent c53df5c4cc
commit 9722f44a94
1 changed files with 1 additions and 1 deletions

View File

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