From 677cbcbcea1539512009f0ba11dc93d5c97df830 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:59:47 +0000 Subject: Remove 'Sorry' from messages. Author: doogie Date: 2002-11-09 20:38:02 GMT Remove 'Sorry' from messages. --- apt-pkg/srcrecords.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/srcrecords.cc') diff --git a/apt-pkg/srcrecords.cc b/apt-pkg/srcrecords.cc index f56105369..d4719f7c4 100644 --- a/apt-pkg/srcrecords.cc +++ b/apt-pkg/srcrecords.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: srcrecords.cc,v 1.6 2001/06/10 02:12:09 jgg Exp $ +// $Id: srcrecords.cc,v 1.7 2002/11/09 20:38:02 doogie Exp $ /* ###################################################################### Source Package Records - Allows access to source package records @@ -46,7 +46,7 @@ pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : Files(0), Current(0) // Doesn't work without any source index files if (Count == 0) { - _error->Error(_("Sorry, you must put some 'source' URIs" + _error->Error(_("You must put some 'source' URIs" " in your sources.list")); return; } -- cgit v1.2.3