summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-12 18:32:44 +0100
committerMichael Vogt <mvo@debian.org>2013-12-12 18:32:44 +0100
commit3ab9b6c0e9209d3d14f136c7a703c873fa8f14df (patch)
tree08b17d64ddc427ee4839d4693d94807e110345d8 /cmdline
parentc9829e0744ca678e105aa0af26b87588023d7536 (diff)
parentc23e6cd58242470daad78ddad85285f9cd7aed0f (diff)
Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 0b980cdf4..730d3ea18 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -419,7 +419,7 @@ pkgSrcRecords::Parser *FindSrc(const char *Name,pkgRecords &Recs,
if (Last != 0 || VerTag.empty() == true)
break;
- _error->Error(_("Ignore unavailable version '%s' of package '%s'"), VerTag.c_str(), TmpSrc.c_str());
+ _error->Error(_("Can not find version '%s' of package '%s'"), VerTag.c_str(), TmpSrc.c_str());
return 0;
}