aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-08-04 11:34:23 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-08-04 11:34:23 -0500
commit468d25474bb061ef2ceac754cc855e9d0d9e1054 (patch)
tree16108ea9719f2033b6bfb7d8f1770aaeb4b5e19d
parent79f28e0b938199b13515edbb8e4a3dd12a6ab6a1 (diff)
downloadmediagoblin-468d25474bb061ef2ceac754cc855e9d0d9e1054.tar.lz
mediagoblin-468d25474bb061ef2ceac754cc855e9d0d9e1054.tar.xz
mediagoblin-468d25474bb061ef2ceac754cc855e9d0d9e1054.zip
Removing text on frontpage that suggests we have favorites (we don't)
-rw-r--r--mediagoblin/templates/mediagoblin/root.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html
index bb12fe4f..5c6eb52f 100644
--- a/mediagoblin/templates/mediagoblin/root.html
+++ b/mediagoblin/templates/mediagoblin/root.html
@@ -26,7 +26,7 @@
<h1>{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}</h1>
<img class="right_align" src="{{ request.staticdirect('/images/frontpage_image.png') }}" />
<p>{% trans %}This site is running <a href="http://mediagoblin.org">MediaGoblin</a>, an extraordinarily great piece of media hosting software.{% endtrans %}</p>
- <p>{% trans %}To add your own media, place comments, save your favourites and more, you can log in with your MediaGoblin account.{% endtrans %}</p>
+ <p>{% trans %}To add your own media, place comments, and more, you can log in with your MediaGoblin account.{% endtrans %}</p>
{% if allow_registration %}
<p>{% trans %}Don't have one yet? It's easy!{% endtrans %}</p>
{% trans register_url=request.urlgen('mediagoblin.auth.register') -%}