summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index ef5533c4d..f93bc9586 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -6797,7 +6797,7 @@ mch_expand_wildcards(
if (!(flags & EW_SILENT))
#endif
{
- msg(_(e_wildexpand));
+ msg(_(e_cannot_expand_wildcards));
msg_start(); // don't overwrite this message
}
}
@@ -6817,7 +6817,7 @@ mch_expand_wildcards(
// Something went wrong, perhaps a file name with a special char.
if (!(flags & EW_SILENT))
{
- msg(_(e_wildexpand));
+ msg(_(e_cannot_expand_wildcards));
msg_start(); // don't overwrite this message
}
vim_free(tempname);