diff options
author | francis <francis> | 2009-09-03 19:51:03 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-03 19:51:03 +0000 |
commit | fd11a0d0d2f16b7395b8c14678964a672fa2be97 (patch) | |
tree | 50fc59e829ec04ba7418370de69bffb71b410487 | |
parent | 6134838a435e15c12a6189d24d48ba91ce001b6f (diff) |
Spell focused in more common way (one s is more common even in UK)
-rw-r--r-- | app/views/help/about.rhtml | 2 | ||||
-rw-r--r-- | app/views/request/new.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index e10a198f7..1dfa1cf8c 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -148,7 +148,7 @@ unwittingly, in a request, please <a href="/help/contact">contact us</a> immediately so we can remove it.</p> </dd> -<dt id="focussed">Why must I keep my request focussed?<a href="#focussed">#</a> </dt> +<dt id="focused">Why must I keep my request focused?<a href="#focused">#</a> </dt> <dd> diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index e3a2bd317..aa9bf254d 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -50,7 +50,7 @@ </li> <li>Write your request in <strong>simple, precise language</strong>.</li> <li>Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries.</li> - <li>Keep it <strong>focussed</strong>, you'll be more likely to get what you want (<a href="/help/about/#focussed">why?</a>).</li> + <li>Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href="/help/about/#focused">why?</a>).</li> <li>This site is <strong>public</strong>. Everything you type and any response will be published.</li> </ul> |