2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / interps.c
index 669b041b0dad3e91007989d0b247ea6c099c5fc4..dc6574519b932af2d2f4692aae3a6be6151f2852 100644 (file)
@@ -186,7 +186,7 @@ interp_set (struct interp *interp)
     {
       if (old_interp == NULL || !interp_set (old_interp))
        internal_error (__FILE__, __LINE__,
-                       "Failed to initialize new interp \"%s\" %s",
+                       _("Failed to initialize new interp \"%s\" %s"),
                        interp->name, "and could not restore old interp!\n");
       return 0;
     }
This page took 0.024729 seconds and 4 git commands to generate.