summaryrefslogtreecommitdiffstats
path: root/src/if_py_both.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_py_both.h')
-rw-r--r--src/if_py_both.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_py_both.h b/src/if_py_both.h
index 6d71ac1a28..b8716fa8ef 100644
--- a/src/if_py_both.h
+++ b/src/if_py_both.h
@@ -538,7 +538,7 @@ PythonIO_Init_io(void)
if (PyErr_Occurred())
{
- emsg(_("E264: Python: Error initialising I/O objects"));
+ emsg(_(e_python_error_initialising_io_object));
return -1;
}