# HG changeset patch # User Andrew Shadura # Date 1427881217 -7200 # Node ID ab47e5e9ad7785b10b1f1315e2bdd5d02a96dc8b # Parent 5e7bdfbef29b05d4ab9fcf65664400bac0811c53 i18n: use the same text for the identical tooltips diff -r 5e7bdfbef29b -r ab47e5e9ad77 kallithea/i18n/kallithea.pot --- a/kallithea/i18n/kallithea.pot Wed Apr 01 03:50:15 2015 +0200 +++ b/kallithea/i18n/kallithea.pot Wed Apr 01 11:40:17 2015 +0200 @@ -4696,6 +4696,7 @@ 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 @@ 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 -r 5e7bdfbef29b -r ab47e5e9ad77 kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html Wed Apr 01 03:50:15 2015 +0200 +++ b/kallithea/templates/changeset/changeset_file_comment.html Wed Apr 01 11:40:17 2015 +0200 @@ -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")}