From 17ff093c26109f55d6255d3d56af6368f61675e5 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Tue, 8 Mar 2016 09:27:36 +0000 Subject: [PATCH] When editing comment, the "edit" button has changed its name to "save" git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@124859 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/newsfeed/client/ui/AddCommentTemplate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/AddCommentTemplate.java b/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/AddCommentTemplate.java index 259e883..a25737b 100644 --- a/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/AddCommentTemplate.java +++ b/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/AddCommentTemplate.java @@ -90,7 +90,7 @@ public class AddCommentTemplate extends Composite { mainPanel.removeStyleName("comment-hidden"); mainPanel.setStyleName("single-comment"); commentTextArea.addStyleName("comment-dark-color"); - submitButton.setText("Edit"); + submitButton.setText("Save"); } /** Used by AddCommentTemplate to instantiate SuperPosedTextArea */