diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index b0d9c69..31bdd29 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -73,7 +73,7 @@ inf_child_prepare_to_store (void) static void inf_child_open (char *arg, int from_tty) { - error ("Use the \"run\" command to start a Unix child process."); + error (_("Use the \"run\" command to start a Unix child process.")); } static void |