diff -r 089bd48ac50e -r bc4b7b630f6a src/cm/templates/site/text_notifications.html
--- a/src/cm/templates/site/text_notifications.html Mon Nov 23 15:31:03 2009 +0100
+++ b/src/cm/templates/site/text_notifications.html Mon Nov 23 16:07:45 2009 +0100
@@ -70,20 +70,17 @@
-->
-
{% blocktrans %}Embed the text{% endblocktrans %}
+{% blocktrans %}Embed text{% endblocktrans %}
+{% blocktrans %}Copy this code into your site to display text with comments. Users will also be able to add comments from your site depending an anonymous users' roles.{% endblocktrans %}
(?)
-
-{% blocktrans %}Copy this code into your site to display text with comments. Users will also be able to add comments from your site depending an anonymous users' roles.{% endblocktrans %}
-
{% if not anonymous_can_view_text %}
{% url text-share text.key as text_users_link %}
-{% blocktrans %}Warning:{% endblocktrans %}{% blocktrans %}You won't be able to successfully embed the text before you give anonymous users a role allowing them to view the text{% endblocktrans %}
+{% blocktrans %}Warning:{% endblocktrans %}{% blocktrans %}You won't successfully embed the text before you give anonymous users a role allowing them to view the text{% endblocktrans %}
{% endif %}