diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-10-28 20:39:58 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-10-28 20:39:58 +0100 |
commit | d720a7d47968dff71befcd5081d7af4e3eaad081 (patch) | |
tree | 4df87a168ffcef09b91209e451cde3ea99c39ef8 | |
parent | 7efdcd3a5553349c4082da17494bb53715ec2e08 (diff) |
apt-pkg/cdrom.cc: add missing i18n string
-rw-r--r-- | apt-pkg/cdrom.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc index 370687f24..a31602dfa 100644 --- a/apt-pkg/cdrom.cc +++ b/apt-pkg/cdrom.cc @@ -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 |