replace »« with '' in the internal error msg to have ascii chars for gettext
authorDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 3 May 2010 14:55:11 +0000 (16:55 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 3 May 2010 14:55:11 +0000 (16:55 +0200)
apt-pkg/depcache.cc

index a63deee..659c422 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());
       }
    }