2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmds.c
index 918676df26df52b4f85b990af10e4cc009a5903a..e17491054b11f1343dc2d26cfb75d62319c14ce5 100644 (file)
@@ -241,7 +241,7 @@ build_table (struct mi_cmd *commands)
       struct mi_cmd **entry = lookup_table (command->name);
       if (*entry)
        internal_error (__FILE__, __LINE__,
-                       "command `%s' appears to be duplicated",
+                       _("command `%s' appears to be duplicated"),
                        command->name);
       *entry = command;
       if (0)
This page took 0.024848 seconds and 4 git commands to generate.