diff options
Diffstat (limited to 'plugins/pychrysa/format/symbol.c')
-rw-r--r-- | plugins/pychrysa/format/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysa/format/symbol.c b/plugins/pychrysa/format/symbol.c index 736a8d2..5ddaca2 100644 --- a/plugins/pychrysa/format/symbol.c +++ b/plugins/pychrysa/format/symbol.c @@ -138,7 +138,7 @@ static PyObject *py_binary_symbol_new(PyTypeObject *type, PyObject *args, PyObje if (stype >= STP_COUNT) { - PyErr_SetString(PyExc_ValueError, _("Invalid type of message")); + PyErr_SetString(PyExc_ValueError, _("Invalid type of symbol.")); return NULL; } |