summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/hob.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/hob.py')
-rw-r--r--bitbake/lib/bb/ui/hob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index 2df344f..b60ca2f 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -602,7 +602,7 @@ class MainWindow (gtk.Window):
self.tasks_tree.set_search_column(0)
self.tasks_tree.get_selection().set_mode(gtk.SELECTION_SINGLE)
- col = gtk.TreeViewColumn('Package')
+ col = gtk.TreeViewColumn('Package Collection')
col.set_min_width(430)
col1 = gtk.TreeViewColumn('Description')
col1.set_min_width(430)
OpenPOWER on IntegriCloud