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>
This commit is contained in:
Shane Wang 2012-03-29 00:29:13 +08:00 committed by Richard Purdie
parent 3ac86ce2ea
commit 96be713241
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ class PackageSelectionPage (HobPage):
'name' : 'Included',
'filter' : { PackageListModel.COL_INC : [True] },
'columns' : [{
'col_name' : 'Package Name',
'col_name' : 'Package name',
'col_id' : PackageListModel.COL_NAME,
'col_style': 'text',
'col_min' : 100,
@ -65,7 +65,7 @@ class PackageSelectionPage (HobPage):
'name' : 'All packages',
'filter' : {},
'columns' : [{
'col_name' : 'Package Name',
'col_name' : 'Package name',
'col_id' : PackageListModel.COL_NAME,
'col_style': 'text',
'col_min' : 100,

View File

@ -37,7 +37,7 @@ class RecipeSelectionPage (HobPage):
'filter' : { RecipeListModel.COL_INC : [True],
RecipeListModel.COL_TYPE : ['recipe', 'task'] },
'columns' : [{
'col_name' : 'Recipe Name',
'col_name' : 'Recipe name',
'col_id' : RecipeListModel.COL_NAME,
'col_style': 'text',
'col_min' : 100,
@ -59,7 +59,7 @@ class RecipeSelectionPage (HobPage):
'name' : 'All recipes',
'filter' : { RecipeListModel.COL_TYPE : ['recipe'] },
'columns' : [{
'col_name' : 'Recipe Name',
'col_name' : 'Recipe name',
'col_id' : RecipeListModel.COL_NAME,
'col_style': 'text',
'col_min' : 100,
@ -87,7 +87,7 @@ class RecipeSelectionPage (HobPage):
'name' : 'Tasks',
'filter' : { RecipeListModel.COL_TYPE : ['task'] },
'columns' : [{
'col_name' : 'Task Name',
'col_name' : 'Task name',
'col_id' : RecipeListModel.COL_NAME,
'col_style': 'text',
'col_min' : 100,