From: hernani Date: Mon, 19 Apr 2010 03:14:08 +0000 (+0000) Subject: instead of "you can visit his profile" say "you can visit 's profile" X-Git-Tag: live~1020 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/6f9524a34c490d43db43a1ae4b44b40d77ce691a?hp=26dc6264fd04855c752b03517707bd94f76284ee instead of "you can visit his profile" say "you can visit 's profile" git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@54 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/notifications/newmember.html b/forum/skins/default/templates/notifications/newmember.html index 398226f..149b9a9 100644 --- a/forum/skins/default/templates/notifications/newmember.html +++ b/forum/skins/default/templates/notifications/newmember.html @@ -7,7 +7,7 @@

{% blocktrans with newmember.username as newmember_name and settings.APP_SHORT_NAME as app_title and settings.APP_URL as app_url and newmember.get_profile_url as newmember_url %} - {{ newmember_name }} has just joined {{ app_title }}. You can visit his profile using the following link:
+ {{ newmember_name }} has just joined {{ app_title }}. You can visit {{ newmember_name }}'s profile using the following link:
{{ newmember_name }} profile {% endblocktrans %}