2005-02-10 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / main.c
index 2a8bba56f2dab7a6a4727428ee5064c9bab92d8f..0595195c1d7b06815c29484056db8851b63f36ab 100644 (file)
@@ -561,7 +561,7 @@ extern int gdbtk_test (char *);
     /* Find it.  */
     struct interp *interp = interp_lookup (interpreter_p);
     if (interp == NULL)
-      error ("Interpreter `%s' unrecognized", interpreter_p);
+      error (_("Interpreter `%s' unrecognized"), interpreter_p);
     /* Install it.  */
     if (!interp_set (interp))
       {
This page took 0.024219 seconds and 4 git commands to generate.