[damned-lies] Use Unicode apostrophe in a translatable string



commit 1bcb0564dcc6f5108b9074dc28464a91ff87a43d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Feb 26 17:42:52 2017 +0100

    Use Unicode apostrophe in a translatable string
    
    See https://developer.gnome.org/hig/stable/typography.html

 templates/login/login_popup_form.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/login/login_popup_form.html b/templates/login/login_popup_form.html
index 3a78dc5..931858b 100644
--- a/templates/login/login_popup_form.html
+++ b/templates/login/login_popup_form.html
@@ -20,7 +20,7 @@
                 <a href="/password_reset/" class="">{% trans 'Forgot your password?' %}</a>
             </div>
             <li class="divider"></li>
-            <p>{% trans "Don't have an account?" %}</p>
+            <p>{% trans "Don’t have an account?" %}</p>
             <div class="form-group">
                 <a href="{% url 'register' %}" class="btn btn-success btn-block no-decoration">{% trans 
"Register" %}</a>
             </div>


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