]> git.openstreetmap.org Git - osqa.git/commitdiff
say user's website instead of user website
authormatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 3 Jun 2010 19:45:43 +0000 (19:45 +0000)
committermatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 3 Jun 2010 19:45:43 +0000 (19:45 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@366 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/users/info.html

index efe2b43822f03f5a24f8655f43085cda30ee32d2..ab6a34fdbdd9f5ad1dd6c98a99dea66ab5c40ec8 100644 (file)
@@ -51,7 +51,7 @@
                 {% endif %}
                 {% if view_user.website %}
                 <tr>
-                    <td>{% trans "user website" %}</td>
+                    <td>{% trans "user's website" %}</td>
                     <td><a rel="nofollow" target="_blank" href="{{view_user.website}}">{{view_user.website}}</a></td>
                 </tr>
                 {% endif  %}