2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Thu, 8 Apr 2010 10:47:56 +0000 (10:47 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Thu, 8 Apr 2010 10:47:56 +0000 (10:47 +0000)
* python/py-lazy-string.c (stpy_convert_to_value): Add i8n to error string.

gdb/python/py-lazy-string.c

index a2faa0eb917a7e221da6860ed75c0e454c2d1711..ebe0a99a3b02c15873368edeafc9c1976a7c5f52 100644 (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;
     }
 
This page took 0.026517 seconds and 4 git commands to generate.