diff options
Diffstat (limited to 'opcodes/mt-asm.c')
-rw-r--r-- | opcodes/mt-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c index c1660ed..1b0156e 100644 --- a/opcodes/mt-asm.c +++ b/opcodes/mt-asm.c @@ -154,7 +154,7 @@ parse_imm16 (CGEN_CPU_DESC cd, break; default: - errmsg = _("%operator operand is not a symbol"); + errmsg = _("The percent-operator's operand is not a symbol"); break; } } |