# HG changeset patch # User Mads Kiilerich # Date 2014-08-21 23:46:55 # Node ID dc097413bf1d27909ea15beae50c2ca00b8803cb # Parent 1337ada582a1b94af8f7085d98462e69a078251d comments: don't talk about Kallithea users - that seems a bit awkward for userbases that are defined elsewhere diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -148,7 +148,7 @@
${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), '@mention' % - _('Use @username inside this text to send notification to this Kallithea user')))|n} + _('Use @username inside this text to send notification to another local user.')))|n}
${h.textarea('text', class_="comment-block-ta")}