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

@ -51,7 +51,7 @@
#define CHECK_ARGS(what, args) do { \
if ((NULL == args) || ((args[0] != '0') && (args[1] != 'x'))) \
error("%s must be specified with 0x...", what); \
error(_("%s must be specified with 0x..."), what); \
} while (0)
#define PRINT_FIELD(structure, field) \