diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:31 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:31 +0000 |
commit | 69a630271ea072a03189ce227c17801e13d0d732 (patch) | |
tree | bebe49b80a1575ac13bc1aaa74d3ac73d364fb30 /apt-pkg/contrib/configuration.cc | |
parent | b860061f3a79bf2cae1d47de278c4bd9e83cf162 (diff) |
Mark the type abbrevation warning as translatable
Author: mdz
Date: 2003-07-26 00:27:36 GMT
Mark the type abbrevation warning as translatable
Diffstat (limited to 'apt-pkg/contrib/configuration.cc')
-rw-r--r-- | apt-pkg/contrib/configuration.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index 56eb374c6..e6ea2a0ef 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/apt-pkg/contrib/configuration.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: configuration.cc,v 1.26 2003/07/25 20:45:13 mdz Exp $ +// $Id: configuration.cc,v 1.27 2003/07/26 00:27:36 mdz Exp $ /* ###################################################################### Configuration Class @@ -392,7 +392,7 @@ bool Configuration::ExistsAny(const char *Name) const } else { - _error->Warning("Unrecognized type abbreviation: '%c'", key.end()[-3]); + _error->Warning(_("Unrecognized type abbreviation: '%c'"), key.end()[-3]); } return Exists(Name); |