From 832ab5f1709152367418016e453dc8142a7ac476 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 24 May 2010 15:46:43 +0000 Subject: [PATCH] fixed some typos in the various labels. maybe require re-translating them git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@317 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/users/subscriptions.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/forum/skins/default/templates/users/subscriptions.html b/forum/skins/default/templates/users/subscriptions.html index df37d3d..f55245e 100644 --- a/forum/skins/default/templates/users/subscriptions.html +++ b/forum/skins/default/templates/users/subscriptions.html @@ -8,15 +8,15 @@

{% trans "Notifications and subscription settings" %}

{% blocktrans %} - Here you can decide which types of notifications you wish to receive, and it's frequency.
+ Here you can decide which types of notifications you wish to receive, and their frequency.
{% endblocktrans %} {% if notificatons_on %} {% blocktrans %} - Currently you have notifications enabled. You can always stop all notifications without loosing your settings and restart them afterwards.
+ Currently you have notifications enabled. You can always stop all notifications without losing your settings and restart them afterwards.
{% endblocktrans %} {% else %} {% blocktrans %} - Currently you have notifications disabled. You can enable them clicking on the Start notifications button bellow.
+ Currently you have notifications disabled. You can enable them by clicking on the Start notifications button bellow.
{% endblocktrans %} {% endif %}

@@ -108,7 +108,7 @@ - {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replys to one of my comments on any post using the
@username
notation" %} + {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the
@username
notation" %} -- 2.39.5