]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
[ Programs translations ]
[apt.git] / cmdline / apt-cache.cc
index ba4ad19430ab20a0ccbaba202915e832c67d5d0d..79654f47737bc8c8dead28ce4ec71f19b9c07a5d 100644 (file)
@@ -1321,7 +1321,7 @@ bool Search(CommandLine &CmdL)
         continue;
       pkgCache::VerIterator V = Plcy->GetCandidateVer(P);
       if (V.end() == false)
-        DFList[G->ID].Df = V.DescriptionList().FileList();
+        DFList[G->ID].Df = V.TranslatedDescription().FileList();
 
       if (DFList[G->ID].NameMatch == false)
         continue;
@@ -1334,7 +1334,7 @@ bool Search(CommandLine &CmdL)
            continue;
 
         unsigned long id = Prv.OwnerPkg().Group()->ID;
-        DFList[id].Df = V.DescriptionList().FileList();
+        DFList[id].Df = V.TranslatedDescription().FileList();
         DFList[id].NameMatch = true;
       }
    }