]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.cc
* merged i18n fixes from apt--mvo
[apt.git] / apt-pkg / sourcelist.cc
index db895a6c19171d4a59211537ebc875917a0f67b4..e3b4d94f84a40ec470a1843be60e67132918a4fd 100644 (file)
@@ -241,7 +241,7 @@ bool pkgSourceList::ReadAppend(string File)
 
       Type *Parse = Type::GetType(LineType.c_str());
       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
       if (C[0] == '[')