]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/dpkgdb.cc
Update French translation (and document the update-po I ran previously)
[apt.git] / apt-inst / deb / dpkgdb.cc
index 7b7e90acd9ccc9b2cf9688bc628714fc9d051746..c6a0e80e6c3ffc416eab573b3aa151a997b26ec9 100644 (file)
@@ -380,7 +380,7 @@ bool debDpkgDB::ReadDiversions()
 bool debDpkgDB::ReadyFileList(OpProgress &Progress)
 {
    if (Cache == 0)
-      return _error->Error(_("The pkg cache must be initialize first"));
+      return _error->Error(_("The pkg cache must be initialized first"));
    if (FList != 0)
    {
       Progress.OverallProgress(1,1,1,_("Reading file list"));