]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
* doc/files.sgml:
[apt.git] / apt-pkg / depcache.cc
index 423161b1376f27729aa3eaab345d619c912facc9..4d1a08eb628da10d00a6f4c379dda58c07afc243 100644 (file)
@@ -848,7 +848,7 @@ void pkgDepCache::Update(OpProgress *Prog)
         unsigned long const G = *g;
         recheck.erase(g);
         if (unlikely(ReInstallPseudoForGroup(G, recheck) == false))
-           _error->Warning(_("Internal error, group »%s« has no installable pseudo package"), GrpIterator(*Cache, Cache->GrpP + *g).Name());
+           _error->Warning(_("Internal error, group '%s' has no installable pseudo package"), GrpIterator(*Cache, Cache->GrpP + *g).Name());
       }
    }