summaryrefslogtreecommitdiff
path: root/pico/osdep/getkey.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-11-20 23:24:58 -0700
committerEduardo Chappa <chappa@washington.edu>2017-11-20 23:24:58 -0700
commit570ada25db406ebe10d6aa454b4466fe47f34ff2 (patch)
treea7ac9f11de1490acfbce7f0ff7178da73cb79dad /pico/osdep/getkey.c
parent7fae026f633a89911e6be5bd2d7036a9face3557 (diff)
downloadalpine-570ada25db406ebe10d6aa454b4466fe47f34ff2.tar.xz
* Remove bell characted (\007) from status messages in Pico. This makes
it possible to translate them.
Diffstat (limited to 'pico/osdep/getkey.c')
-rw-r--r--pico/osdep/getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/getkey.c b/pico/osdep/getkey.c
index e2a9d7b6..0f10cb4b 100644
--- a/pico/osdep/getkey.c
+++ b/pico/osdep/getkey.c
@@ -109,7 +109,7 @@ ReadyForKey(int timeout)
case BAIL_OUT:
case PANIC_NOW:
- emlwrite("\007Problem reading from keyboard!", NULL);
+ emlwwrite(_("Problem reading from keyboard!"), NULL);
kill(getpid(), SIGHUP); /* Bomb out (saving our work)! */
/* no return */
}