* valops.c (find_overload_match): Add missing i18n markup.
authorPierre Muller <muller@sourceware.org>
Sat, 8 May 2010 09:26:47 +0000 (09:26 +0000)
committerPierre Muller <muller@sourceware.org>
Sat, 8 May 2010 09:26:47 +0000 (09:26 +0000)
gdb/ChangeLog
gdb/valops.c

index 35f823c..1725c3b 100644 (file)
@@ -1,5 +1,9 @@
 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
 
+       * valops.c (find_overload_match): Add missing i18n markup.
+
+2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
        * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
 
 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
index e18d9c8..6f5f684 100644 (file)
@@ -2445,7 +2445,7 @@ find_overload_match (struct type **arg_types, int nargs,
 
   /* Did we find a match ?  */
   if (oload_champ == -1)
-    error ("No symbol \"%s\" in current context.", name);
+    error (_("No symbol \"%s\" in current context."), name);
 
   /* Check how bad the best match is.  */
   match_quality =