From 4c680d1d4c1b64ae6b2847ddbe5b234c78f5949f Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Sat, 8 May 2010 09:26:47 +0000 Subject: * valops.c (find_overload_match): Add missing i18n markup. --- gdb/valops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/valops.c') diff --git a/gdb/valops.c b/gdb/valops.c index e18d9c8..6f5f684 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 = -- cgit v1.1