apt-pkg/cdrom.cc: add missing i18n string
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Oct 2008 19:39:58 +0000 (20:39 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Oct 2008 19:39:58 +0000 (20:39 +0100)
apt-pkg/cdrom.cc

index 370687f..a31602d 100644 (file)
@@ -686,7 +686,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