summaryrefslogtreecommitdiffstats
path: root/src/profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiler.c')
-rw-r--r--src/profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiler.c b/src/profiler.c
index 3638a0b5cb..0aec862396 100644
--- a/src/profiler.c
+++ b/src/profiler.c
@@ -921,7 +921,7 @@ profile_dump(void)
{
fd = mch_fopen((char *)profile_fname, "w");
if (fd == NULL)
- semsg(_(e_notopen), profile_fname);
+ semsg(_(e_cant_open_file_str), profile_fname);
else
{
script_dump_profile(fd);