From 843ef1083243e1569d6cc429ae26e22dda699149 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Thu, 25 Jul 2013 07:21:06 +0000 Subject: bitbake: hob: labelling changes in Hob When the design document for templates in Hob was created, we've noticed that some labels need to change. [YOCTO #4193] (Bitbake rev: fcbadbb73a8a94a3d5e330e1a5fa9550130d2c62) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/bb/ui/crumbs/hoblistmodel.py') diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py index 7f7d82f86b..94c2453abd 100644 --- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py +++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py @@ -476,7 +476,7 @@ class RecipeListModel(gtk.ListStore): (COL_NAME, COL_DESC, COL_LIC, COL_GROUP, COL_DEPS, COL_BINB, COL_TYPE, COL_INC, COL_IMG, COL_INSTALL, COL_PN, COL_FADE_INC, COL_SUMMARY, COL_VERSION, COL_REVISION, COL_HOMEPAGE, COL_BUGTRACKER) = range(17) - __custom_image__ = "Create your own image" + __custom_image__ = "Start with an empty image recipe" __gsignals__ = { "recipe-selection-changed" : (gobject.SIGNAL_RUN_LAST, @@ -679,7 +679,7 @@ class RecipeListModel(gtk.ListStore): # dummy image for prompt self.set(self.append(), self.COL_NAME, self.__custom_image__, - self.COL_DESC, "Use 'Edit image' to customize recipes and packages " \ + self.COL_DESC, "Use 'Edit image recipe' to customize recipes and packages " \ "to be included in your image ", self.COL_LIC, "", self.COL_GROUP, "", self.COL_DEPS, "", self.COL_BINB, "", -- cgit v1.2.3-54-g00ecf