| Submitter | Joshua Lock |
|---|---|
| Date | April 17, 2012, 3:19 p.m. |
| Message ID | <1334675945-11802-1-git-send-email-josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/26059/ |
| State | Accepted |
| Commit | 1a39698ab8498410d159c665c015f9297f153797 |
| Headers | show |
Comments
This fixes the typo raised in YOCTO #2229 https://bugzilla.yoctoproject.org/show_bug.cgi?id=2229 It would be great to merge this before any releases are tagged as this typo is visible in a tooltip. Cheers, Joshua On 17/04/12 08:19, Joshua Lock wrote: > Signed-off-by: Joshua Lock<josh@linux.intel.com> > --- > lib/bb/ui/crumbs/recipeselectionpage.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/bb/ui/crumbs/recipeselectionpage.py b/lib/bb/ui/crumbs/recipeselectionpage.py > index fff8a88..7336da9 100755 > --- a/lib/bb/ui/crumbs/recipeselectionpage.py > +++ b/lib/bb/ui/crumbs/recipeselectionpage.py > @@ -99,7 +99,7 @@ class RecipeSelectionPage (HobPage): > }] > }, { > 'name' : 'Tasks', > - 'tooltip' : 'All tasks availabel in the Yocto Project', > + 'tooltip' : 'All tasks available in the Yocto Project', > 'filter' : { RecipeListModel.COL_TYPE : ['task'] }, > 'columns' : [{ > 'col_name' : 'Task name',
Patch
diff --git a/lib/bb/ui/crumbs/recipeselectionpage.py b/lib/bb/ui/crumbs/recipeselectionpage.py index fff8a88..7336da9 100755 --- a/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/lib/bb/ui/crumbs/recipeselectionpage.py @@ -99,7 +99,7 @@ class RecipeSelectionPage (HobPage): }] }, { 'name' : 'Tasks', - 'tooltip' : 'All tasks availabel in the Yocto Project', + 'tooltip' : 'All tasks available in the Yocto Project', 'filter' : { RecipeListModel.COL_TYPE : ['task'] }, 'columns' : [{ 'col_name' : 'Task name',
Signed-off-by: Joshua Lock <josh@linux.intel.com> --- lib/bb/ui/crumbs/recipeselectionpage.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)