changeset 4958:ab47e5e9ad77

i18n: use the same text for the identical tooltips
author Andrew Shadura <andrew@shadura.me>
date Wed, 01 Apr 2015 11:40:17 +0200
parents 5e7bdfbef29b
children 6a2ec172c127
files kallithea/i18n/kallithea.pot kallithea/templates/changeset/changeset_file_comment.html
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 ""
--- 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 @@
             <div class="comment-help">
                 ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
                   '<span style="color:#577632" class="tooltip" title="%s">@mention</span>' %
-                  _('Use @username inside this text to send notification to another local user.')))|n}
+                  _('Use @username inside this text to notify another user.')))|n}
             </div>
             <div class="mentions-container" id="mentions_container"></div>
             ${h.textarea('text', class_="comment-block-ta")}