Changeset - ab47e5e9ad77
[Not reviewed]
default
0 2 0
Andrew Shadura - 11 years ago 2015-04-01 11:40:17
andrew@shadura.me
i18n: use the same text for the identical tooltips
2 files changed with 2 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/kallithea.pot
Show inline comments
 
@@ -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 ""
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -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")}
0 comments (0 inline, 0 general)