mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.1144
Problem: "RO" is not translated everywhere. Solution: Put inside _(). (Sergey Alyoshin)
This commit is contained in:
@@ -6281,7 +6281,7 @@ win_redr_status(wp)
|
||||
}
|
||||
if (wp->w_buffer->b_p_ro)
|
||||
{
|
||||
STRCPY(p + len, "[RO]");
|
||||
STRCPY(p + len, _("[RO]"));
|
||||
len += 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user