]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
Sync with apt@packages.debian.org/apt--main--0--patch-75
[apt.git] / apt-pkg / pkgcache.cc
index b15bd43250f69583aa2d271b12cff5fa4d6057c4..2189d5111cfb7b575ef63be80a3418d0aa2df57b 100644 (file)
@@ -148,7 +148,7 @@ bool pkgCache::ReMap()
    // Locate our VS..
    if (HeaderP->VerSysName == 0 ||
        (VS = pkgVersioningSystem::GetVS(StrP + HeaderP->VerSysName)) == 0)
-      return _error->Error(_("This APT does not support the Versioning System '%s'"),StrP + HeaderP->VerSysName);
+      return _error->Error(_("This APT does not support the versioning system '%s'"),StrP + HeaderP->VerSysName);
 
    // Chcek the arhcitecture
    if (HeaderP->Architecture == 0 ||