mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1523: some error messages are not marked for translation
Problem: Some error messages are not marked for translation. Solution: Surround the messages in _(). (closes #12356)
This commit is contained in:
@@ -2126,7 +2126,7 @@ f_getscriptinfo(typval_T *argvars, typval_T *rettv)
|
||||
return;
|
||||
if (sid <= 0)
|
||||
{
|
||||
semsg(e_invalid_value_for_argument_str_str, "sid",
|
||||
semsg(_(e_invalid_value_for_argument_str_str), "sid",
|
||||
tv_get_string(&sid_di->di_tv));
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user