[bitbake-devel] [PATCH 17/18] toaster: Change the full stop to a colon

Alex DAMIAN alexandru.damian at intel.com
Fri Dec 12 11:45:16 UTC 2014


From: Belen Barros Pena <belen.barros.pena at intel.com>

In the import layers notification for multiple layers
there was a full stop where there should be a colon.

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
---
 lib/toaster/toastergui/static/js/projectapp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/js/projectapp.js b/lib/toaster/toastergui/static/js/projectapp.js
index 741038d..bb97f32 100644
--- a/lib/toaster/toastergui/static/js/projectapp.js
+++ b/lib/toaster/toastergui/static/js/projectapp.js
@@ -599,7 +599,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
             text = "You have imported <strong><a href=\""+$scope.urls.layer+
               imported.imported_layer.id+"\">"+imported.imported_layer.name+
               "</a></strong> and added <strong>"+(imported.deps_added.length+1)+
-              "</strong> layers to your project. <strong>"+links+"</strong>";
+              "</strong> layers to your project: <strong>"+links+"</strong>";
           }
 
             $scope.displayAlert($scope.zone2alerts, text, "alert-info");
-- 
1.9.1




More information about the bitbake-devel mailing list