summaryrefslogtreecommitdiff
path: root/src/filepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filepath.c')
-rw-r--r--src/filepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filepath.c b/src/filepath.c
index 4a0022e20..c3bd54d26 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;
}