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
commitebdb03830437296364a12dec008eea52499f3bab (patch)
tree31d571324c67099c2e118090d9a3d53053dab6eb /opcodes/ip2k-asm.c
parent98720c64bcddccb687d46e6b087da0aef7abc198 (diff)
downloadbinutils-gdb-ebdb03830437296364a12dec008eea52499f3bab.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 c5a318767f8..7e3eb318bb4 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;
}