summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-03-26 16:47:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:30:05 +0100
commitddee53e76735855abeda4a47c6b10a9c3a28b626 (patch)
tree350b7002ef588bde0697a8d695c38030c6896399 /bitbake/lib/toaster/toastergui/static/js/layerdetails.js
parentc6ea812964df7768fed294f9736809c94076e811 (diff)
downloadpoky-ddee53e76735855abeda4a47c6b10a9c3a28b626.tar.gz
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 <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerdetails.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerdetails.js2
1 files changed, 1 insertions, 1 deletions
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) {
155 if (!ctx.layerVersion.inCurrentPrj){ 155 if (!ctx.layerVersion.inCurrentPrj){
156 if (ctx.numTargets > 0) { 156 if (ctx.numTargets > 0) {
157 var text = " Add the "+ctx.layerVersion.name+" layer to your project "+ 157 var text = " Add the "+ctx.layerVersion.name+" layer to your project "+
158 "to enable these targets"; 158 "to enable these recipes";
159 addRmLayerBtn.text(text); 159 addRmLayerBtn.text(text);
160 addRmLayerBtn.prepend("<span class=\"icon-plus\"></span>"); 160 addRmLayerBtn.prepend("<span class=\"icon-plus\"></span>");
161 } else { 161 } else {