[Aptitude-svn-commit] r4211 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Sat Sep 24 01:27:36 UTC 2005


Author: dburrows
Date: Sat Sep 24 01:27:33 2005
New Revision: 4211

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/ui.cc
Log:
Update the manual pager's long menu description.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Sep 24 01:27:33 2005
@@ -2,6 +2,10 @@
 
 	* src/ui.cc:
 
+	  Edit the long menu description of the manual pager.
+
+	* src/ui.cc:
+
 	  Display the user's manual as a top-level widget instead of a
 	  dialog box.
 

Modified: branches/aptitude-0.3/aptitude/src/ui.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/ui.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/ui.cc	Sat Sep 24 01:27:33 2005
@@ -799,7 +799,7 @@
   s->show();
   p->show();
 
-  add_main_widget(t, _("User's Manual"), _("The full user's manual of aptitude"), _("Manual"));
+  add_main_widget(t, _("User's Manual"), _("Read the full user's manual of aptitude"), _("Manual"));
 }
 
 static void do_help_faq()



More information about the Aptitude-svn-commit mailing list