From 69a630271ea072a03189ce227c17801e13d0d732 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:02:31 +0000 Subject: Mark the type abbrevation warning as translatable Author: mdz Date: 2003-07-26 00:27:36 GMT Mark the type abbrevation warning as translatable --- apt-pkg/contrib/configuration.cc | 4 ++-- 1 file 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); -- cgit v1.2.3