summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 73c7243216..1aeb483a94 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4809,7 +4809,7 @@ readdir_core(
if (!ok)
{
failed = TRUE;
- semsg(_(e_notopen), path);
+ semsg(_(e_cant_open_file_str), path);
}
else
{
@@ -4879,7 +4879,7 @@ readdir_core(
if (dirp == NULL)
{
failed = TRUE;
- semsg(_(e_notopen), path);
+ semsg(_(e_cant_open_file_str), path);
}
else
{