summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2016-02-25 14:26:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-26 17:20:38 +0000
commite0fd96442a20e3fe7953bf38fc02520cd0dd4d6a (patch)
tree1d505a47e038d11f2a4581c3554e622e1ec0909a /bitbake/lib/toaster/toastergui/static/js/layerdetails.js
parent6e8282063f35bc5c8c6e8117c54f055b3b524d01 (diff)
downloadpoky-e0fd96442a20e3fe7953bf38fc02520cd0dd4d6a.tar.gz
bitbake: toaster: change 'delete layer' to 'remove layer'
I have received quite a few complaints about the use of the word 'delete' for layer removal, so change it to 'remove'. That also matches the language we use for packages in image customisation. [YOCTO #9165] (Bitbake rev: 3c5ac2ddfb3f5ecd3f3218de0d6564e5f3842b98) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@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 663b3c6bf3..d545406262 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -243,7 +243,7 @@ function layerDetailsPageInit (ctx) {
243 $(".select-machine-btn").removeAttr("disabled"); 243 $(".select-machine-btn").removeAttr("disabled");
244 addRmLayerBtn.addClass("btn-danger"); 244 addRmLayerBtn.addClass("btn-danger");
245 addRmLayerBtn.data('directive', "remove"); 245 addRmLayerBtn.data('directive', "remove");
246 addRmLayerBtn.text(" Delete the "+ctx.layerVersion.name+" layer from your project"); 246 addRmLayerBtn.text(" Remove the "+ctx.layerVersion.name+" layer from your project");
247 addRmLayerBtn.prepend("<span class=\"icon-trash\"></span>"); 247 addRmLayerBtn.prepend("<span class=\"icon-trash\"></span>");
248 248
249 } else { 249 } else {