summaryrefslogtreecommitdiff
path: root/opcodes/ip2k-asm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-18 16:12:38 +0000
committerNick Clifton <nickc@redhat.com>2005-03-18 16:12:38 +0000
commit49953d917ca44255f002f10fafbccbd24ed2b2e0 (patch)
treeb304f3428c3d7e6eb326d595500901816ccda4fc /opcodes/ip2k-asm.c
parent3af69a46a34155914bb8846ee049211aad975cbb (diff)
downloadbinutils-redhat-49953d917ca44255f002f10fafbccbd24ed2b2e0.tar.gz
Change wording of error message to "percent-operand" from "%operand" as the
latter confuses xgettext into thinking that it is a C printf formating directive, which prevents proper translation.
Diffstat (limited to 'opcodes/ip2k-asm.c')
-rw-r--r--opcodes/ip2k-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-asm.c b/opcodes/ip2k-asm.c
index c5a318767f..7e3eb318bb 100644
--- a/opcodes/ip2k-asm.c
+++ b/opcodes/ip2k-asm.c
@@ -373,7 +373,7 @@ parse_lit8 (cd, strp, opindex, valuep)
& result_type, & value);
if ((errmsg == NULL) &&
(result_type != CGEN_PARSE_OPERAND_RESULT_QUEUED))
- errmsg = _("%operator operand is not a symbol");
+ errmsg = _("percent-operator operand is not a symbol");
*valuep = value;
}