Reuse existing translation for the "Save" button in the Edit comment form.

Tento commit je obsažen v:
Vincent Fretin 2020-06-18 11:48:31 +02:00
rodič ceae1052d7
revize ab99c5d015
2 změnil soubory, kde provedl 3 přidání a 1 odebrání

2
news/170.bugfix Normální soubor
Zobrazit soubor

@ -0,0 +1,2 @@
Reuse existing translation for the "Save" button in the Edit comment form.
[vincentfretin]

Zobrazit soubor

@ -75,7 +75,7 @@ class EditCommentForm(CommentForm):
target = portal_state.portal_url()
self.request.response.redirect(target)
@button.buttonAndHandler(_(u'edit_comment_form_button',
@button.buttonAndHandler(_(u'label_save',
default=u'Save'), name='comment')
def handleComment(self, action):