]> git.saurik.com Git - apt.git/commitdiff
Mark the type abbrevation warning as translatable
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:02:31 +0000 (17:02 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:02:31 +0000 (17:02 +0000)
Author: mdz
Date: 2003-07-26 00:27:36 GMT
Mark the type abbrevation warning as translatable

apt-pkg/contrib/configuration.cc

index 56eb374c6e4c130c90cf735a76a747a7033b2659..e6ea2a0efd6b8f037028e020f141c2d072f1b05a 100644 (file)
@@ -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);