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

Daniel Burrows dburrows at costa.debian.org
Sat Sep 24 01:28:04 UTC 2005


Author: dburrows
Date: Sat Sep 24 01:28:01 2005
New Revision: 4212

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/view_changelog.cc
Log:
Write a long menu description for the changelog pager.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Sep 24 01:28:01 2005
@@ -1,5 +1,9 @@
 2005-09-23  Daniel Burrows  <dburrows at debian.org>
 
+	* src/view_changelog.cc:
+
+	  Write a long menu description for the changelog pager.
+
 	* src/ui.cc:
 
 	  Edit the long menu description of the manual pager.

Modified: branches/aptitude-0.3/aptitude/src/view_changelog.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/view_changelog.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/view_changelog.cc	Sat Sep 24 01:28:01 2005
@@ -186,6 +186,6 @@
 
       create_menu_bindings(cs.unsafe_get_ref(), t);
 
-      insert_main_widget(t, menulabel, "", tablabel);
+      insert_main_widget(t, menulabel, _("View the list of changes made to this Debian package."), tablabel);
     }
 }



More information about the Aptitude-svn-commit mailing list