From patchwork Wed Mar 28 16:36:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 4/5] Hob: change some words on recipes screen and package screen to make them consistent Date: Wed, 28 Mar 2012 16:36:57 -0000 From: Shane Wang X-Patchwork-Id: 24755 Message-Id: To: bitbake-devel@lists.openembedded.org Signed-off-by: Shane Wang --- bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 4 ++-- 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 67ae5d1..d855e58 100755 --- a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py @@ -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, diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index ebdb7c1..e4616a8 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py @@ -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,