mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3987: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -513,7 +513,7 @@ mb_init(void)
|
||||
else if (GetLastError() == ERROR_INVALID_PARAMETER)
|
||||
{
|
||||
codepage_invalid:
|
||||
return N_("E543: Not a valid codepage");
|
||||
return N_(e_not_valid_codepage);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user