From: Phil Muldoon Date: Thu, 8 Apr 2010 10:47:56 +0000 (+0000) Subject: 2010-04-08 Phil Muldoon X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f5f8b5baf4e8df45804583c7a8494b1f257cc0ed;p=deliverable%2Fbinutils-gdb.git 2010-04-08 Phil Muldoon * python/py-lazy-string.c (stpy_convert_to_value): Add i8n to error string. --- diff --git a/gdb/python/py-lazy-string.c b/gdb/python/py-lazy-string.c index a2faa0eb91..ebe0a99a3b 100644 --- a/gdb/python/py-lazy-string.c +++ b/gdb/python/py-lazy-string.c @@ -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; }