* [PATCH 4/4] lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available
@ 2012-04-17 15:19 Joshua Lock
2012-04-17 15:24 ` Joshua Lock
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2012-04-17 15:19 UTC (permalink / raw)
To: bitbake-devel
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',
--
1.7.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 4/4] lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available
2012-04-17 15:19 [PATCH 4/4] lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available Joshua Lock
@ 2012-04-17 15:24 ` Joshua Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2012-04-17 15:24 UTC (permalink / raw)
To: Joshua Lock; +Cc: bitbake-devel
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',
--
Joshua Lock
Yocto Project
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-17 15:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 15:19 [PATCH 4/4] lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available Joshua Lock
2012-04-17 15:24 ` Joshua Lock
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.