From 570ada25db406ebe10d6aa454b4466fe47f34ff2 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 20 Nov 2017 23:24:58 -0700 Subject: * Remove bell characted (\007) from status messages in Pico. This makes it possible to translate them. --- pico/pico.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pico/pico.c') diff --git a/pico/pico.c b/pico/pico.c index 9056853a..118a3be2 100644 --- a/pico/pico.c +++ b/pico/pico.c @@ -705,7 +705,7 @@ abort_composer(int f, int n) return(TRUE); case ABORT: - emlwrite(_("\007Cancel Cancelled"), NULL); + emlwwrite(_("Cancel Cancelled"), NULL); break; default: @@ -746,7 +746,7 @@ wquit(int f, int n) /* First, make sure there are no outstanding problems */ if(AttachError()){ - emlwrite(_("\007Problem with attachments! Fix errors or delete attachments."), NULL); + emlwwrite(_("Problem with attachments! Fix errors or delete attachments."), NULL); return(FALSE); } -- cgit v1.2.3-70-g09d2