From: Pierre Muller Date: Sat, 8 May 2010 09:26:47 +0000 (+0000) Subject: * valops.c (find_overload_match): Add missing i18n markup. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c680d1d4c1b64ae6b2847ddbe5b234c78f5949f;p=binutils-gdb.git * valops.c (find_overload_match): Add missing i18n markup. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35f823cabf3..1725c3bd5cc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-05-08 Pierre Muller + + * valops.c (find_overload_match): Add missing i18n markup. + 2010-05-08 Pierre Muller * p-exp.y (exp : SIZEOF '(' exp ')'): New rule. diff --git a/gdb/valops.c b/gdb/valops.c index e18d9c802a7..6f5f6847778 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -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 =