From: Christopher Allan Webber Date: Sat, 4 Aug 2012 16:34:23 +0000 (-0500) Subject: Removing text on frontpage that suggests we have favorites (we don't) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=468d25474bb061ef2ceac754cc855e9d0d9e1054;p=mediagoblin.git Removing text on frontpage that suggests we have favorites (we don't) --- 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 @@

{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}

{% trans %}This site is running MediaGoblin, an extraordinarily great piece of media hosting software.{% endtrans %}

-

{% trans %}To add your own media, place comments, save your favourites and more, you can log in with your MediaGoblin account.{% endtrans %}

+

{% trans %}To add your own media, place comments, and more, you can log in with your MediaGoblin account.{% endtrans %}

{% if allow_registration %}

{% trans %}Don't have one yet? It's easy!{% endtrans %}

{% trans register_url=request.urlgen('mediagoblin.auth.register') -%}