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/filepath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filepath.c') diff --git a/src/filepath.c b/src/filepath.c index 4a0022e207..c3bd54d269 100644 --- a/src/filepath.c +++ b/src/filepath.c @@ -2464,7 +2464,7 @@ do_browse( # endif { // TODO: non-GUI file selector here - emsg(_("E338: Sorry, no file browser in console mode")); + emsg(_(e_sorry_no_file_browser_in_console_mode)); fname = NULL; } -- cgit v1.2.3