From c23736003b788f2b45ae7cbcd7c7250ead2e5724 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 8 Dec 2014 16:11:45 +0000 Subject: 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. Signed-off-by: Belen Barros Pena --- 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 741038df2..bb97f3292 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 "+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 1.2.3-korg