summaryrefslogtreecommitdiffstats
path: root/src/if_python3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_python3.c')
-rw-r--r--src/if_python3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_python3.c b/src/if_python3.c
index 938ab8dd5a..3bf387aa67 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -1071,7 +1071,7 @@ Python3_Init(void)
#ifdef DYNAMIC_PYTHON3
if (!python3_enabled(TRUE))
{
- emsg(_("E263: Sorry, this command is disabled, the Python library could not be loaded."));
+ emsg(_(e_sorry_this_command_is_disabled_python_library_could_not_be_found));
goto fail;
}
#endif