[damned-lies] Mark new string for translation



commit 52a7f894e515f027c775da1c3c9558268cd62f38
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Wed Jun 3 13:16:19 2015 +0200

    Mark new string for translation

 templates/vertimus/vertimus_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 5101802..f49988f 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -172,7 +172,7 @@ $(document).ready(function() {
   <div class="vertimus_action">
     <div class="vertimus_action_head">
       <a href="{{ action.person.get_absolute_url }}">{{ action.person.name }}</a>
-      , <a name="{{ action.id }}" href="#{{ action.id }}" title="Link to this comment">#</a>
+      , <a name="{{ action.id }}" href="#{{ action.id }}" title="{% trans 'Link to this comment' %}">#</a>
       <strong>{{ action.description }}</strong>
       , {{ action.created|date:_("Y-m-d g:i a O") }}
     </div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]