tweaks: mark a message for translation

master
Benno Schulenberg 2017-02-23 15:20:35 +01:00
parent 4474bc0970
commit 1d3f3a6e25
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}