Kaynağa Gözat

* fix a string (thanks to bubulle)

Michael Vogt 20 yıl önce
ebeveyn
işleme
39442e44c7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      apt-pkg/sourcelist.cc

+ 1 - 1
apt-pkg/sourcelist.cc

@@ -241,7 +241,7 @@ bool pkgSourceList::ReadAppend(string File)
 
 
       Type *Parse = Type::GetType(LineType.c_str());
       Type *Parse = Type::GetType(LineType.c_str());
       if (Parse == 0)
       if (Parse == 0)
-	 return _error->Error(_("Type '%s' is not known in on line %u in source list %s"),LineType.c_str(),CurLine,File.c_str());
+	 return _error->Error(_("Type '%s' is not known on line %u in source list %s"),LineType.c_str(),CurLine,File.c_str());
       
       
       // Vendor name specified
       // Vendor name specified
       if (C[0] == '[')
       if (C[0] == '[')