From 6794d95f853eaf678348008b849e2c2b4a2de8b7 Mon Sep 17 00:00:00 2001 From: Katja Suess Date: Tue, 14 Jan 2020 16:26:32 +0100 Subject: [PATCH] Translation: label for save button on edit form --- plone/app/discussion/browser/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/comment.py b/plone/app/discussion/browser/comment.py index 3b1ea47..ef75083 100644 --- a/plone/app/discussion/browser/comment.py +++ b/plone/app/discussion/browser/comment.py @@ -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