]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/mt-asm.c
* mt-asm.c (parse_imm16): Reword error message in order to allow it to be translated...
[thirdparty/binutils-gdb.git] / opcodes / mt-asm.c
index c1660ed52bd1c55ba75a5844e81b52e2d3b0b55c..1b0156ee985a5412f475c8f5c58648f41ff17c74 100644 (file)
@@ -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;
              }
         }