the file i meant to commit when i committed the wrong file

This commit is contained in:
Andrew Pamment 2018-10-20 13:49:07 +10:00
parent 00a4cd40f9
commit 201510c3b3

View File

@ -87,7 +87,7 @@ char *load_draft() {
od_printf("Your Drafts:");
od_clr_line();
od_set_cursor(24, 1);
od_printf("Up/Down Select, Enter confirm, D to Delete");
od_printf("Up/Down Select, Enter confirm, D to Delete, Esc to cancel");
od_clr_line();
for (i = start;i < start + 22 && i < filename_count; i++) {