From 1365b7ca9d3540339948c242f96e334611e2fa5c Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Wed, 4 Sep 2013 15:43:50 +0000 Subject: [PATCH] changed label "share link" as "get link" git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@81062 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/portlets/user/workspace/client/ConstantsExplorer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java b/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java index 84e2adc..b86f791 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java @@ -56,7 +56,7 @@ public class ConstantsExplorer { public static final String MESSAGE_ERROR_OCCURED = "Sorry an error has occurred while processing your request"; public static final String INFO = "Info"; public static final String MESSAGE_SEND_TO_OK = "Your message has been successfully delivered"; - public static final String MESSAGE_SHARE_LINK = "Share Link"; + public static final String MESSAGE_SHARE_LINK = "Get Link"; public static final String COPYITEM = "Copy"; public static final String PASTEITEM = "Paste"; public static final String MESSAGE_REFRESH_FOLDER = "Refresh Folder";