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:
parent
fff5cc649e
commit
f5f8b5baf4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue