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 <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Shane Wang 2012-03-23 19:21:25 +08:00 committed by Richard Purdie
parent 98fa27c4c9
commit ad5dd7d3ca
1 changed files with 2 additions and 2 deletions

View File

@ -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)