[Aptitude-devel] [PATCH 2 of 5] Remove the final colon ':' from tab labels

Luca Bruno lethalman88 at gmail.com
Wed Dec 24 14:40:46 UTC 2008


# HG changeset patch
# User Luca Bruno <lethalman88 at gmail.com>
# Date 1230123500 -3600
# Node ID 1004646cd04a82a6b260e4b292616a4d08f8ef84
# Parent  78c720cb59968afcf70c83e47780b75e217f07db
Remove the final colon ':' from tab labels

diff --git a/src/gtk/info.cc b/src/gtk/info.cc
--- a/src/gtk/info.cc
+++ b/src/gtk/info.cc
@@ -676,7 +676,7 @@
   void InfoTab::show_tab(const pkgCache::PkgIterator &pkg,
 			 const pkgCache::VerIterator &ver)
   {
-    InfoTab * infotab = new InfoTab(_("Info:"));
+    InfoTab * infotab = new InfoTab(_("Info"));
     tab_add(infotab);
     infotab->disp_package(pkg, ver);
   }



More information about the Aptitude-devel mailing list