Translation: label for save button on edit form
This commit is contained in:
parent
9b1eb6834b
commit
6794d95f85
@ -76,7 +76,7 @@ class EditCommentForm(CommentForm):
|
||||
self.request.response.redirect(target)
|
||||
|
||||
@button.buttonAndHandler(_(u'edit_comment_form_button',
|
||||
default=u'Edit comment'), name='comment')
|
||||
default=u'Save'), name='comment')
|
||||
def handleComment(self, action):
|
||||
|
||||
# Validate form
|
||||
|
Loading…
Reference in New Issue
Block a user