EDIT: Changed 'Quit to Email?' to 'Return to Email?'

This commit is contained in:
Bobbi Webber-Manners 2020-09-14 20:54:22 -04:00
parent 33e00c8a61
commit aeea320586

View File

@ -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: