* remote.c (remote_insert_hw_breakpoint): ARI fix,

add missing internalization markup.
This commit is contained in:
Pierre Muller 2012-11-06 15:59:17 +00:00
parent f659243918
commit 0316657ea5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-06 Pierre Muller <muller@sourceware.org>
* remote.c (remote_insert_hw_breakpoint): ARI fix,
add missing internalization markup.
2012-11-06 Pedro Alves <palves@redhat.com>
PR gdb/14810

View File

@ -8222,7 +8222,7 @@ remote_insert_hw_breakpoint (struct gdbarch *gdbarch,
{
message = strchr (rs->buf + 2, '.');
if (message)
error ("Remote failure reply: %s", message + 1);
error (_("Remote failure reply: %s"), message + 1);
}
return -1;
case PACKET_UNKNOWN: