From aeea32058654d923ae2a822a61ed9f343abb5c55 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Mon, 14 Sep 2020 20:54:22 -0400 Subject: [PATCH] EDIT: Changed 'Quit to Email?' to 'Return to Email?' --- apps/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edit.c b/apps/edit.c index e037448..d7eddc4 100644 --- a/apps/edit.c +++ b/apps/edit.c @@ -2533,7 +2533,7 @@ int edit(char *fname) { load_attacher(); // Fall through case 1: - if (prompt_okay("Quit to EMAIL") == 0) + if (prompt_okay("Return to EMAIL") == 0) load_email(); break; default: