Rafał Pitoń 10 years ago
parent
commit
7c9b353fcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/templates/misago/thread/replies.html

+ 1 - 1
misago/templates/misago/thread/replies.html

@@ -30,7 +30,7 @@
       <h1>{{ thread }}</h1>
       <h1>{{ thread }}</h1>
 
 
       <ul class="list-inline page-details">
       <ul class="list-inline page-details">
-        <li class="tooltip-bottom" title="{% trans "Thread autor" %}">
+        <li class="tooltip-bottom" title="{% trans "Thread author" %}">
           {% if thread.starter_id %}
           {% if thread.starter_id %}
             <a href="{% url USER_PROFILE_URL user_slug=thread.starter_slug user_id=thread.starter_id %}">
             <a href="{% url USER_PROFILE_URL user_slug=thread.starter_slug user_id=thread.starter_id %}">
               <img src="{{ thread.starter_id|avatar:20 }}" alt="{% trans "Avatar" %}"> {{ thread.starter_name }}
               <img src="{{ thread.starter_id|avatar:20 }}" alt="{% trans "Avatar" %}"> {{ thread.starter_name }}