From eaaac014a01ce37c1f86dbda054c01a5c6f034e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 2 Jan 2022 17:00:40 +0000 Subject: patch 8.2.3983: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h. --- src/hardcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hardcopy.c') diff --git a/src/hardcopy.c b/src/hardcopy.c index 9a7e7c630a..3993f4d584 100644 --- a/src/hardcopy.c +++ b/src/hardcopy.c @@ -2641,7 +2641,7 @@ mch_print_init( } if (prt_ps_fd == NULL) { - emsg(_("E324: Can't open PostScript output file")); + emsg(_(e_cant_open_postscript_output_file)); mch_print_cleanup(); return FAIL; } -- cgit v1.2.3