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
This commit is contained in:
Massimiliano Assante 2013-01-29 18:18:05 +00:00
parent b59a02cc81
commit 8ed27c508e
1 changed files with 3 additions and 2 deletions

View File

@ -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,