summaryrefslogtreecommitdiff
path: root/opcodes/mt-asm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-09-26 16:07:18 +0000
committerNick Clifton <nickc@redhat.com>2007-09-26 16:07:18 +0000
commit269c68e5d4409ceb090bfa5cf3bcab81a2d699ed (patch)
tree1c2fbfd90a5f1f7bd2186c079458ee568dc65241 /opcodes/mt-asm.c
parent53210f56ebea79794cfb258fea9e293affa7a4e9 (diff)
downloadbinutils-redhat-269c68e5d4409ceb090bfa5cf3bcab81a2d699ed.tar.gz
* mt-asm.c (parse_imm16): Reword error message in order to allow it to be translated properly.
* ia64-gen.c (print_dependency_table): Likewise. * mips-dis.c (print_insn_args): Likewise.
Diffstat (limited to 'opcodes/mt-asm.c')
-rw-r--r--opcodes/mt-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c
index c1660ed52b..1b0156ee98 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;
}
}