diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:47 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:47 +0000 |
commit | 677cbcbcea1539512009f0ba11dc93d5c97df830 (patch) | |
tree | c71e9b80cc44a805a8b877becd6eead87f08c986 /apt-pkg/srcrecords.cc | |
parent | 267f5ed66f94946f80b12b35f68a1019a5ea35ce (diff) |
Remove 'Sorry' from messages.
Author: doogie
Date: 2002-11-09 20:38:02 GMT
Remove 'Sorry' from messages.
Diffstat (limited to 'apt-pkg/srcrecords.cc')
-rw-r--r-- | apt-pkg/srcrecords.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |