diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-18 16:12:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-18 16:12:38 +0000 |
commit | ebdb03830437296364a12dec008eea52499f3bab (patch) | |
tree | 31d571324c67099c2e118090d9a3d53053dab6eb /opcodes/ip2k-asm.c | |
parent | 98720c64bcddccb687d46e6b087da0aef7abc198 (diff) | |
download | ppe42-binutils-ebdb03830437296364a12dec008eea52499f3bab.tar.gz ppe42-binutils-ebdb03830437296364a12dec008eea52499f3bab.zip |
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.c | 2 |
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; } |