2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / linespec.c
index 808f061b7b53465f0e2adfb4f6e4da3849dbf237..cae90677fd8bfa22c6d47c771fb130ac2e78d70b 100644 (file)
@@ -534,7 +534,7 @@ decode_line_2 (struct symbol *sym_arr[], int nelts, int funfirstline,
   args = command_line_input (prompt, 0, "overload-choice");
 
   if (args == 0 || *args == 0)
-    error_no_arg ("one or more choice numbers");
+    error_no_arg (_("one or more choice numbers"));
 
   i = 0;
   while (*args)
This page took 0.024702 seconds and 4 git commands to generate.