From 1d25ed2551c96e4c52f6c221e58dd0d03c37b9eb Mon Sep 17 00:00:00 2001 From: Tim Watts Date: Fri, 2 Mar 2012 20:41:39 +0000 Subject: [PATCH] word wrap --- apps/feedback/templates/feedback/feedback-form.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index fde9428d..d3e79648 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -43,7 +43,12 @@

{% if type == 'sad' %}
{% trans %} - Please be as specific as you can in the allotted space. For example, if you are giving feedback about slowness, please tell us about relevant websites, if you notice it at the beginning or later in the browsing session and if there are any actions that you perform in Firefox that are particularly problematic. + Please be as specific as you can in the allotted space. + For example, if you are giving feedback about slowness, + please tell us about relevant websites, if you notice it + at the beginning or later in the browsing session and if + there are any actions that you perform in Firefox that + are particularly problematic. {% endtrans %}
{% endif %}