From patchwork Wed Mar 21 12:55:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 05/17] Hob: Change template button name from "Template" to "Templates" Date: Wed, 21 Mar 2012 12:55:09 -0000 From: Dongxiao Xu X-Patchwork-Id: 23991 Message-Id: To: bitbake-devel@lists.openembedded.org Change the button name according to UI team's design. This fixes [YOCTO #2126] Signed-off-by: Dongxiao Xu --- lib/bb/ui/crumbs/imageconfigurationpage.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/bb/ui/crumbs/imageconfigurationpage.py b/lib/bb/ui/crumbs/imageconfigurationpage.py index b0c5daa..076b2c0 100644 --- a/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -46,7 +46,7 @@ class ImageConfigurationPage (HobPage): self.toolbar.set_style(gtk.TOOLBAR_BOTH) template_button = self.append_toolbar_button(self.toolbar, - "Template", + "Templates", hic.ICON_TEMPLATES_DISPLAY_FILE, hic.ICON_TEMPLATES_HOVER_FILE, "Load a hob building template saved before",