Commit 1d3f3a6e authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: mark a message for translation

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment