From 1d3f3a6e25bad4ef7ca45122f76a29f2937bbaf0 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <bensberg@justemail.net> Date: Thu, 23 Feb 2017 15:20:35 +0100 Subject: [PATCH] tweaks: mark a message for translation --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index 09141b13..24bb428d 100644 --- 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(); } -- GitLab