diff options
author | Pierre Muller <muller@sourceware.org> | 2010-05-08 09:26:47 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-05-08 09:26:47 +0000 |
commit | 4c680d1d4c1b64ae6b2847ddbe5b234c78f5949f (patch) | |
tree | 27418ca30e7cf859cb2e16c5fbd5219885e1eed6 /gdb/valops.c | |
parent | 28e176a623b7c5ecbc792d52b46decfe92a81587 (diff) | |
download | gdb-4c680d1d4c1b64ae6b2847ddbe5b234c78f5949f.zip gdb-4c680d1d4c1b64ae6b2847ddbe5b234c78f5949f.tar.gz gdb-4c680d1d4c1b64ae6b2847ddbe5b234c78f5949f.tar.bz2 |
* valops.c (find_overload_match): Add missing i18n markup.
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |