diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-29 00:29:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-29 21:12:56 +0100 |
commit | 96be713241860fc696e6b357c4f837ae1bfb527e (patch) | |
tree | 035ac8947ca4a6ce214c7baf7a4bafcaf3d75da7 /bitbake | |
parent | 3ac86ce2ea8978e34282d330cacb1fdf7f667352 (diff) | |
download | poky-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')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 4 | ||||
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py index 67ae5d14e5..d855e58aea 100755 --- a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py | |||
@@ -37,7 +37,7 @@ class PackageSelectionPage (HobPage): | |||
37 | 'name' : 'Included', | 37 | 'name' : 'Included', |
38 | 'filter' : { PackageListModel.COL_INC : [True] }, | 38 | 'filter' : { PackageListModel.COL_INC : [True] }, |
39 | 'columns' : [{ | 39 | 'columns' : [{ |
40 | 'col_name' : 'Package Name', | 40 | 'col_name' : 'Package name', |
41 | 'col_id' : PackageListModel.COL_NAME, | 41 | 'col_id' : PackageListModel.COL_NAME, |
42 | 'col_style': 'text', | 42 | 'col_style': 'text', |
43 | 'col_min' : 100, | 43 | 'col_min' : 100, |
@@ -65,7 +65,7 @@ class PackageSelectionPage (HobPage): | |||
65 | 'name' : 'All packages', | 65 | 'name' : 'All packages', |
66 | 'filter' : {}, | 66 | 'filter' : {}, |
67 | 'columns' : [{ | 67 | 'columns' : [{ |
68 | 'col_name' : 'Package Name', | 68 | 'col_name' : 'Package name', |
69 | 'col_id' : PackageListModel.COL_NAME, | 69 | 'col_id' : PackageListModel.COL_NAME, |
70 | 'col_style': 'text', | 70 | 'col_style': 'text', |
71 | 'col_min' : 100, | 71 | 'col_min' : 100, |
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, |