From ad5dd7d3ca1d3d53cac5fab459b787bf9c49d899 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 23 Mar 2012 19:21:25 +0800 Subject: Hob: Change the descriptions for view_recipe_button and view_package_button Change the text of view_recipe_button to 'Add/remove recipes and tasks' Change the text of view_packages_button to 'Add/remove previously built packages' [Yocto #2146] (Bitbake rev: 0348ef08db9ac425d83126d2e6eb465adc28b110) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py') diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py index da758a3e0d..8e0e9fce99 100644 --- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -193,7 +193,7 @@ class ImageConfigurationPage (HobPage): icon_file = hic.ICON_RCIPE_DISPLAY_FILE hover_file = hic.ICON_RCIPE_HOVER_FILE self.view_recipes_button = HobImageButton("View Recipes", - "Add/remove recipes and collections", + "Add/remove recipes and tasks", icon_file, hover_file) self.view_recipes_button.connect("clicked", self.view_recipes_button_clicked_cb) @@ -201,7 +201,7 @@ class ImageConfigurationPage (HobPage): icon_file = hic.ICON_PACKAGES_DISPLAY_FILE hover_file = hic.ICON_PACKAGES_HOVER_FILE self.view_packages_button = HobImageButton("View Packages", - "Add/remove previously built packages to/from your image", + "Add/remove previously built packages", icon_file, hover_file) self.view_packages_button.connect("clicked", self.view_packages_button_clicked_cb) -- cgit v1.2.3-54-g00ecf