diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-12-08 16:11:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-18 10:24:08 +0000 |
commit | 641c50d79b58e07c58acff0e0010d5177bebbcf5 (patch) | |
tree | d5f6be35b9fa6362ff56a3ed875237ee95adf5db | |
parent | 6f3f05936c67dd24e04b356a46903720cadeb446 (diff) | |
download | poky-641c50d79b58e07c58acff0e0010d5177bebbcf5.tar.gz |
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 <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/projectapp.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
599 | text = "You have imported <strong><a href=\""+$scope.urls.layer+ | 599 | text = "You have imported <strong><a href=\""+$scope.urls.layer+ |
600 | imported.imported_layer.id+"\">"+imported.imported_layer.name+ | 600 | imported.imported_layer.id+"\">"+imported.imported_layer.name+ |
601 | "</a></strong> and added <strong>"+(imported.deps_added.length+1)+ | 601 | "</a></strong> and added <strong>"+(imported.deps_added.length+1)+ |
602 | "</strong> layers to your project. <strong>"+links+"</strong>"; | 602 | "</strong> layers to your project: <strong>"+links+"</strong>"; |
603 | } | 603 | } |
604 | 604 | ||
605 | $scope.displayAlert($scope.zone2alerts, text, "alert-info"); | 605 | $scope.displayAlert($scope.zone2alerts, text, "alert-info"); |