# HG changeset patch # User Andrew Shadura # Date 2015-04-01 11:40:17 # Node ID ab47e5e9ad7785b10b1f1315e2bdd5d02a96dc8b # Parent 5e7bdfbef29b05d4ab9fcf65664400bac0811c53 i18n: use the same text for the identical tooltips diff --git a/kallithea/i18n/kallithea.pot b/kallithea/i18n/kallithea.pot --- a/kallithea/i18n/kallithea.pot +++ b/kallithea/i18n/kallithea.pot @@ -4696,6 +4696,7 @@ msgid "Comments parsed using %s syntax w msgstr "" #: kallithea/templates/changeset/changeset_file_comment.html:70 +#: kallithea/templates/changeset/changeset_file_comment.html:165 msgid "Use @username inside this text to notify another user" msgstr "" @@ -4751,10 +4752,6 @@ msgid_plural "%d general" msgstr[0] "" msgstr[1] "" -#: kallithea/templates/changeset/changeset_file_comment.html:165 -msgid "Use @username inside this text to send notification to another local user." -msgstr "" - #: kallithea/templates/changeset/changeset_file_comment.html:172 msgid "Vote for pull request status" msgstr "" 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 @@ -162,7 +162,7 @@
${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), '@mention' % - _('Use @username inside this text to send notification to another local user.')))|n} + _('Use @username inside this text to notify another user.')))|n}
${h.textarea('text', class_="comment-block-ta")}