From f5f8b5baf4e8df45804583c7a8494b1f257cc0ed Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Thu, 8 Apr 2010 10:47:56 +0000 Subject: [PATCH] 2010-04-08 Phil Muldoon * python/py-lazy-string.c (stpy_convert_to_value): Add i8n to error string. --- gdb/python/py-lazy-string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1