* 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 35f823cabf3f4c78522816ae6ebeda95e3ab3e8a..1725c3bd5cc95049d29a8ff4077dde5acca5dddd 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e18d9c802a71441ebbade0050aafd57bc4819c6f..6f5f6847778fcb93d125364311b1aefd5dcafbc1 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 =