2010-04-08 Phil Muldoon <pmuldoon@redhat.com>

* python/py-lazy-string.c (stpy_convert_to_value): Add i8n to error string.
This commit is contained in:
Phil Muldoon 2010-04-08 10:47:56 +00:00
parent fff5cc649e
commit f5f8b5baf4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ stpy_convert_to_value (PyObject *self, PyObject *args)
if (self_string->address == 0)
{
PyErr_SetString (PyExc_MemoryError,
"Cannot create a value from NULL");
_("Cannot create a value from NULL"));
return NULL;
}