From 641c50d79b58e07c58acff0e0010d5177bebbcf5 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 8 Dec 2014 16:11:45 +0000 Subject: bitbake: toaster: Change the full stop to a colon In the import layers notification for multiple layers there was a full stop where there should be a colon. (Bitbake rev: c23736003b788f2b45ae7cbcd7c7250ead2e5724) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/js/projectapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/static/js/projectapp.js b/bitbake/lib/toaster/toastergui/static/js/projectapp.js index 741038df27..bb97f3292c 100644 --- a/bitbake/lib/toaster/toastergui/static/js/projectapp.js +++ b/bitbake/lib/toaster/toastergui/static/js/projectapp.js @@ -599,7 +599,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc text = "You have imported "+imported.imported_layer.name+ " and added "+(imported.deps_added.length+1)+ - " layers to your project. "+links+""; + " layers to your project: "+links+""; } $scope.displayAlert($scope.zone2alerts, text, "alert-info"); -- cgit v1.2.3-54-g00ecf