summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-29 00:29:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-29 21:12:56 +0100
commit96be713241860fc696e6b357c4f837ae1bfb527e (patch)
tree035ac8947ca4a6ce214c7baf7a4bafcaf3d75da7 /bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
parent3ac86ce2ea8978e34282d330cacb1fdf7f667352 (diff)
downloadpoky-96be713241860fc696e6b357c4f837ae1bfb527e.tar.gz
Hob: change some words on recipes screen and package screen to make them consistent
(Bitbake rev: 63bfa397059823bea6fa453703cf0653fc123f0b) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/recipeselectionpage.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
index ebdb7c152a..e4616a8e1a 100755
--- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
+++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
@@ -37,7 +37,7 @@ class RecipeSelectionPage (HobPage):
37 'filter' : { RecipeListModel.COL_INC : [True], 37 'filter' : { RecipeListModel.COL_INC : [True],
38 RecipeListModel.COL_TYPE : ['recipe', 'task'] }, 38 RecipeListModel.COL_TYPE : ['recipe', 'task'] },
39 'columns' : [{ 39 'columns' : [{
40 'col_name' : 'Recipe Name', 40 'col_name' : 'Recipe name',
41 'col_id' : RecipeListModel.COL_NAME, 41 'col_id' : RecipeListModel.COL_NAME,
42 'col_style': 'text', 42 'col_style': 'text',
43 'col_min' : 100, 43 'col_min' : 100,
@@ -59,7 +59,7 @@ class RecipeSelectionPage (HobPage):
59 'name' : 'All recipes', 59 'name' : 'All recipes',
60 'filter' : { RecipeListModel.COL_TYPE : ['recipe'] }, 60 'filter' : { RecipeListModel.COL_TYPE : ['recipe'] },
61 'columns' : [{ 61 'columns' : [{
62 'col_name' : 'Recipe Name', 62 'col_name' : 'Recipe name',
63 'col_id' : RecipeListModel.COL_NAME, 63 'col_id' : RecipeListModel.COL_NAME,
64 'col_style': 'text', 64 'col_style': 'text',
65 'col_min' : 100, 65 'col_min' : 100,
@@ -87,7 +87,7 @@ class RecipeSelectionPage (HobPage):
87 'name' : 'Tasks', 87 'name' : 'Tasks',
88 'filter' : { RecipeListModel.COL_TYPE : ['task'] }, 88 'filter' : { RecipeListModel.COL_TYPE : ['task'] },
89 'columns' : [{ 89 'columns' : [{
90 'col_name' : 'Task Name', 90 'col_name' : 'Task name',
91 'col_id' : RecipeListModel.COL_NAME, 91 'col_id' : RecipeListModel.COL_NAME,
92 'col_style': 'text', 92 'col_style': 'text',
93 'col_min' : 100, 93 'col_min' : 100,