diff options
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): | |||
193 | icon_file = hic.ICON_RCIPE_DISPLAY_FILE | 193 | icon_file = hic.ICON_RCIPE_DISPLAY_FILE |
194 | hover_file = hic.ICON_RCIPE_HOVER_FILE | 194 | hover_file = hic.ICON_RCIPE_HOVER_FILE |
195 | self.view_recipes_button = HobImageButton("View Recipes", | 195 | self.view_recipes_button = HobImageButton("View Recipes", |
196 | "Add/remove recipes and collections", | 196 | "Add/remove recipes and tasks", |
197 | icon_file, hover_file) | 197 | icon_file, hover_file) |
198 | self.view_recipes_button.connect("clicked", self.view_recipes_button_clicked_cb) | 198 | self.view_recipes_button.connect("clicked", self.view_recipes_button_clicked_cb) |
199 | 199 | ||
@@ -201,7 +201,7 @@ class ImageConfigurationPage (HobPage): | |||
201 | icon_file = hic.ICON_PACKAGES_DISPLAY_FILE | 201 | icon_file = hic.ICON_PACKAGES_DISPLAY_FILE |
202 | hover_file = hic.ICON_PACKAGES_HOVER_FILE | 202 | hover_file = hic.ICON_PACKAGES_HOVER_FILE |
203 | self.view_packages_button = HobImageButton("View Packages", | 203 | self.view_packages_button = HobImageButton("View Packages", |
204 | "Add/remove previously built packages to/from your image", | 204 | "Add/remove previously built packages", |
205 | icon_file, hover_file) | 205 | icon_file, hover_file) |
206 | self.view_packages_button.connect("clicked", self.view_packages_button_clicked_cb) | 206 | self.view_packages_button.connect("clicked", self.view_packages_button_clicked_cb) |
207 | 207 | ||