# HG changeset patch # User Mads Kiilerich # Date 1408657615 -7200 # Node ID dc097413bf1d27909ea15beae50c2ca00b8803cb # Parent 1337ada582a1b94af8f7085d98462e69a078251d comments: don't talk about Kallithea users - that seems a bit awkward for userbases that are defined elsewhere diff -r 1337ada582a1 -r dc097413bf1d kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html Thu Aug 21 23:46:55 2014 +0200 +++ b/kallithea/templates/changeset/changeset_file_comment.html Thu Aug 21 23:46:55 2014 +0200 @@ -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")}