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
This commit is contained in:
Costantino Perciante 2016-03-08 09:27:36 +00:00
parent c5dc559b9c
commit 17ff093c26
1 changed files with 1 additions and 1 deletions

View File

@ -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 */