Show More
@@ -340,9 +340,10 b'' | |||
|
340 | 340 | <div class="comment-area-footer"> |
|
341 | 341 | <div class="toolbar"> |
|
342 | 342 | <div class="toolbar-text"> |
|
343 | ${(_('Comments parsed using %s syntax with %s support.') % ( | |
|
343 | ${(_('Comments parsed using %s syntax with %s, and %s actions support.') % ( | |
|
344 | 344 | ('<a href="%s">%s</a>' % (h.url('%s_help' % c.visual.default_renderer), c.visual.default_renderer.upper())), |
|
345 |
('<span |
|
|
345 | ('<span class="tooltip" title="%s">@mention</span>' % _('Use @username inside this text to send notification to this RhodeCode user')), | |
|
346 | ('<span class="tooltip" title="%s">`/`</span>' % _('Start typing with / for certain actions to be triggered via text box.')) | |
|
346 | 347 | ) |
|
347 | 348 | )|n} |
|
348 | 349 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now