]> git.saurik.com Git - apt.git/commitdiff
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 a63deee3ae20b310378349d2f080a2d341389a5f..659c4227e3f9245e8df6abafa573c285caed7ebf 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());
       }
    }