# HG changeset patch
# User Julien Cristau <julien.cristau@logilab.fr>
# Date 1423577439 -3600
#      Tue Feb 10 15:10:39 2015 +0100
# Node ID 9180b0b550456945bc48c42d4c6d4ddac90fc393
# Parent  3d224661e4d97550fa4567ef3af3964b5a63e700
[views] shorten "reply" action title

diff --git a/views.py b/views.py
--- a/views.py
+++ b/views.py
@@ -333,7 +333,7 @@
     role = 'object'
     target_etype = 'Comment'
 
-    title = _('reply to this comment')
+    title = _('reply')
     category = 'hidden'
     order = 111