diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index ceaf5f5d5a..2e5b7274a4 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |||
@@ -109,7 +109,7 @@ class RecipeSelectionPage (HobPage): | |||
109 | ] | 109 | ] |
110 | 110 | ||
111 | def __init__(self, builder = None): | 111 | def __init__(self, builder = None): |
112 | super(RecipeSelectionPage, self).__init__(builder, "Recipe Selection") | 112 | super(RecipeSelectionPage, self).__init__(builder, "Recipes") |
113 | 113 | ||
114 | # set invisiable members | 114 | # set invisiable members |
115 | self.recipe_model = self.builder.recipe_model | 115 | self.recipe_model = self.builder.recipe_model |