[Aptitude-svn-commit] r3403 - in branches/aptitude-0.3/aptitude: . src/generic
Daniel Burrows
dburrows@costa.debian.org
Wed, 15 Jun 2005 18:35:18 +0000
Author: dburrows
Date: Wed Jun 15 18:35:16 2005
New Revision: 3403
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/generic/apt.cc
Log:
Really make the read-only-ness warning more explicit.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Wed Jun 15 18:35:16 2005
@@ -40,6 +40,12 @@
* Completed Vietnamese translation. Closes: #313321
+2005-06-13 Daniel Burrows <dburrows@debian.org>
+
+ * src/generic/apt.cc:
+
+ Make the read-only-ness warning more explicit (Closes: #313417)
+
2005-06-08 Daniel Burrows <dburrows@debian.org>
* src/vscreen/config/colors.cc, src/vscreen/config/colors.h, src/vscreen/curses++.cc:
Modified: branches/aptitude-0.3/aptitude/src/generic/apt.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/apt.cc (original)
+++ branches/aptitude-0.3/aptitude/src/generic/apt.cc Wed Jun 15 18:35:16 2005
@@ -224,7 +224,7 @@
false, status_fname);
if(!open_failed)
- _error->Warning(_("Warning: could not lock the cache file. Opening in read-only mode"));
+ _error->Warning(_("Could not lock the cache file. Opening in read-only mode; any changes you make to the states of packages will NOT be preserved!"));
}
if(open_failed)