From 59ca1af3a1548642f4e5ac9c33ab6c3a449318ec Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 29 Mar 2012 20:54:52 +0800 Subject: Hob: Change "Just bake" to "Build image" as required [Yocto #2160] (Bitbake rev: 4ed5b8b862027755d5e9e480fd8a1d0250f7a3b7) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py index 0f59dd980a..8914b1cde0 100644 --- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -227,11 +227,11 @@ class ImageConfigurationPage (HobPage): self.gtable.attach(self.view_packages_button, 20, 40, 30, 35) def create_config_build_button(self): - # Create the "Build packages" and "Just bake" buttons at the bottom + # Create the "Build packages" and "Build image" buttons at the bottom button_box = gtk.HBox(False, 6) - # create button "Just bake" - just_bake_button = HobButton("Just bake") + # create button "Build image" + just_bake_button = HobButton("Build image") just_bake_button.set_size_request(205, 49) just_bake_button.set_tooltip_text("Build image to get your target image") just_bake_button.connect("clicked", self.just_bake_button_clicked_cb) -- cgit v1.2.3-54-g00ecf