From 8ed27c508e4b5c2eaf834269083db4e13206de94 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Tue, 29 Jan 2013 18:18:05 +0000 Subject: [PATCH] minor semantic fix git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68534 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../social/ApplicationNotificationsManager.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 2449c5e..a59f9a5 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -323,9 +323,10 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen String notificationText = ""; if (isStartStep) notificationText = "has involved you in a Document Workflow (" + escapeHtml(documentName) + ") " + - "and has assigned you the role: " + assignedRoleName +". On " + aslSession.getGroupName() + " Virtual Research Environment. "; + "and has assigned you the role: " + assignedRoleName +". On " + aslSession.getGroupName() + " Virtual Research Environment."; else - notificationText = "request you to perform a task in a Document Workflow (" + escapeHtml(documentName) + ") you are involved having the role: " + assignedRoleName; + notificationText = "You are requested to perform a new task in the Document Workflow (" + escapeHtml(documentName) + "). " + + "Your role is: " + assignedRoleName +". On " + aslSession.getGroupName() + " Virtual Research Environment."; Notification not = new Notification( UUID.randomUUID().toString(), NotificationType.DOCUMENT_WORKFLOW_STEP_REQUEST_TASK,