diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2008-03-15 03:05:48 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2008-03-15 03:05:48 +0100 |
commit | 50799c230cdc7c3c7a8089b1e566567b925bcd2b (patch) | |
tree | d500a4610092cadd9e71ab6ea8768d86e8d936c8 /mixlib | |
parent | 2838e8ac852bf9dd89878b1fb17f01c7e4e0906e (diff) | |
download | mdk-50799c230cdc7c3c7a8089b1e566567b925bcd2b.tar.gz mdk-50799c230cdc7c3c7a8089b1e566567b925bcd2b.tar.bz2 |
Small intl fixes and POTFILES.in updated.
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/mix_scanner.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/mix_scanner.l b/mixlib/mix_scanner.l index 8002996..9ced144 100644 --- a/mixlib/mix_scanner.l +++ b/mixlib/mix_scanner.l @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mix_scanner.l : * Lexical scanner used by mix_parser_t * ------------------------------------------------------------------ - * Copyright (C) 2000, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. + * Copyright (C) 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -459,7 +459,7 @@ wexpr {expr}({fpart})?(,{expr}({fpart})?)* if (nof) { mix_parser_log_error (parser, MIX_PERR_INV_FSPEC, - lineno, _("ignored"), TRUE); + lineno, "ignored", TRUE); } else { |