mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4003: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1458,7 +1458,7 @@ mch_print_init(prt_settings_T *psettings, char_u *jobname, int forceit)
|
||||
CLEAR_FIELD(fLogFont);
|
||||
if (get_logfont(&fLogFont, p_pfn, prt_dlg.hDC, TRUE) == FAIL)
|
||||
{
|
||||
semsg(_("E613: Unknown printer font: %s"), p_pfn);
|
||||
semsg(_(e_unknown_printer_font_str), p_pfn);
|
||||
mch_print_cleanup();
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user