summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/srcrecords.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/srcrecords.cc b/apt-pkg/srcrecords.cc
index a830a28f0..03bda75e9 100644
--- a/apt-pkg/srcrecords.cc
+++ b/apt-pkg/srcrecords.cc
@@ -52,7 +52,7 @@ pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : d(NULL), Files(0)
// Doesn't work without any source index files
if (Files.empty() == true)
{
- _error->Error(_("You must put some 'source' URIs"
+ _error->Error(_("You must put some 'deb-src' URIs"
" in your sources.list"));
return;
}