]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.cc
merged from the mvo branch
[apt.git] / apt-pkg / cdrom.cc
index 891c59836b411dca16c44579f99e4b1297336153..8796805bbab301af77679a7c31aeaf5c7b021c04 100644 (file)
@@ -681,7 +681,7 @@ bool pkgCdrom::Add(pkgCdromStatus *log)                                     /*{{{*/
    {
       if (_config->FindB("APT::CDROM::NoMount",false) == false) 
         UnmountCdrom(CDROM);
-      return _error->Error("Unable to locate any package files, perhaps this is not a Debian Disc");
+      return _error->Error(_("Unable to locate any package files, perhaps this is not a Debian Disc or the wrong architecture?"));
    }
 
    // Check if the CD is in the database