1
1

tweaks: mark a message for translation

Этот коммит содержится в:
Benno Schulenberg 2017-02-23 15:20:35 +01:00
родитель 4474bc0970
Коммит 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();
}