tweaks: mark a message for translation
parent
4474bc0970
commit
1d3f3a6e25
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue