Просмотр исходного кода

Mark the type abbrevation warning as translatable
Author: mdz
Date: 2003-07-26 00:27:36 GMT
Mark the type abbrevation warning as translatable

Arch Librarian лет назад: 22
Родитель
Сommit
69a630271e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apt-pkg/contrib/configuration.cc

+ 2 - 2
apt-pkg/contrib/configuration.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // 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
    Configuration Class
@@ -392,7 +392,7 @@ bool Configuration::ExistsAny(const char *Name) const
       }
       }
       else
       else
       {
       {
-         _error->Warning("Unrecognized type abbreviation: '%c'", key.end()[-3]);
+         _error->Warning(_("Unrecognized type abbreviation: '%c'"), key.end()[-3]);
       }
       }
 
 
    return Exists(Name);
    return Exists(Name);