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 0aec862396..00350ca6fe 100644
--- a/src/profiler.c
+++ b/src/profiler.c
@@ -320,7 +320,7 @@ ex_profile(exarg_T *eap)
set_vim_var_nr(VV_PROFILING, 1L);
}
else if (do_profiling == PROF_NONE)
- emsg(_("E750: First use \":profile start {fname}\""));
+ emsg(_(e_first_use_profile_start_fname));
else if (STRCMP(eap->arg, "pause") == 0)
{
if (do_profiling == PROF_YES)