From ddee53e76735855abeda4a47c6b10a9c3a28b626 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 26 Mar 2015 16:47:02 +0000 Subject: bitbake: toasterui: rename 'targets' to 'recipes' A recent round of informal user feedback has revealed that the term 'target' is quite problematic. For all the users we spoke to the word refers to the target arch. In Toaster, it refers to the software you build. This patch replaces the word 'target' with 'recipe' across the Toaster interface. This is by no means self-explanatory, but at least it cannot be confused with target hardware, and it is also consistent with the terminology we use in the analysis portion of the interface. (Bitbake rev: f4a64c2386a534aae9522629afde219d2aa00817) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/js/layerdetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/static') diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js index 5b7787728d..bac60c4512 100644 --- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js +++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js @@ -155,7 +155,7 @@ function layerDetailsPageInit (ctx) { if (!ctx.layerVersion.inCurrentPrj){ if (ctx.numTargets > 0) { var text = " Add the "+ctx.layerVersion.name+" layer to your project "+ - "to enable these targets"; + "to enable these recipes"; addRmLayerBtn.text(text); addRmLayerBtn.prepend(""); } else { -- cgit v1.2.3-54-g00ecf