mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.1572: error messages are not translated
Problem: Error messages are not translated. Solution: Add _().
This commit is contained in:
@@ -887,7 +887,7 @@ ex_terminal(exarg_T *eap)
|
||||
tty_type = 'c';
|
||||
else
|
||||
{
|
||||
semsg(e_invalid_value_for_argument_str, "type");
|
||||
semsg(_(e_invalid_value_for_argument_str), "type");
|
||||
goto theend;
|
||||
}
|
||||
opt.jo_set2 |= JO2_TTY_TYPE;
|
||||
|
Reference in New Issue
Block a user