ARI fixes: Add missing internationalization markups throughout

C source files.
	* darwin-nat-info.c: Ditto.
	* record.c: Ditto.
	* remote.c: Ditto.
	* mi/mi-main.c: Ditto.
This commit is contained in:
Pierre Muller
2011-03-18 14:22:35 +00:00
parent 001083c66c
commit 7ea6d46330
5 changed files with 58 additions and 49 deletions

View File

@@ -739,8 +739,8 @@ record_exec_insn (struct regcache *regcache, struct gdbarch *gdbarch,
{
entry->u.mem.mem_entry_not_accessible = 1;
if (record_debug)
warning ("Process record: error reading memory at "
"addr = %s len = %d.",
warning (_("Process record: error reading memory at "
"addr = %s len = %d."),
paddress (gdbarch, entry->u.mem.addr),
entry->u.mem.len);
}
@@ -752,8 +752,8 @@ record_exec_insn (struct regcache *regcache, struct gdbarch *gdbarch,
{
entry->u.mem.mem_entry_not_accessible = 1;
if (record_debug)
warning ("Process record: error writing memory at "
"addr = %s len = %d.",
warning (_("Process record: error writing memory at "
"addr = %s len = %d."),
paddress (gdbarch, entry->u.mem.addr),
entry->u.mem.len);
}