diff options
author | Christian Perrier <bubulle@debian.org> | 2005-03-06 17:54:58 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-03-06 17:54:58 +0000 |
commit | db0db9feabf17156f1f4e10d0131d18dfb593b4e (patch) | |
tree | d9ec4fb344879e0b990546ecc5242e605262bb29 /apt-pkg/pkgcache.cc | |
parent | a7c82edc8ff6a051ffcae5a4000085aae04bad24 (diff) |
Bring consistency to the use of capitals in programs messages
Diffstat (limited to 'apt-pkg/pkgcache.cc')
-rw-r--r-- | apt-pkg/pkgcache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index 45379361a..6ef7cafb0 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -139,7 +139,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 || |