nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 1d3f3a6e25bad4ef7ca45122f76a29f2937bbaf0
parent 4474bc0970377c13f6a9518e208426d82f732632
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Thu, 23 Feb 2017 15:20:35 +0100

tweaks: mark a message for translation

Diffstat:
Msrc/winio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c @@ -2124,7 +2124,7 @@ void statusline(message_type importance, const char *msg, ...) if (importance == ALERT) { if (++alerts > 3) - msg = "Some warnings were suppressed"; + msg = _("Further warnings were suppressed"); beep(); }