diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-04 10:21:58 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-04 10:21:58 -0600 |
commit | 21e84329569a356deab73ed2b98d16b91af16b0f (patch) | |
tree | 45f479c9030ba79c43486812d4cce99f33494d04 | |
parent | bb20c179c43cc9aec2cb7a3160dc734e58961609 (diff) | |
download | mediagoblin-21e84329569a356deab73ed2b98d16b91af16b0f.tar.lz mediagoblin-21e84329569a356deab73ed2b98d16b91af16b0f.tar.xz mediagoblin-21e84329569a356deab73ed2b98d16b91af16b0f.zip |
Change "Your finest source of goblin related media" to something else
We don't want to insist everyone hold a goblin-related gallery :)
-rw-r--r-- | mediagoblin/templates/mediagoblin/root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index 25ce9e96..0f769f2f 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -25,7 +25,7 @@ {% else %} <div class="grid_11 alpha"> <h1>{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}</h1> - <p>{% trans %}Your finest source for all goblin-related media.{% endtrans %}</p> + <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> {% if allow_registration %} <p>{% trans %}Don't have one yet? It's easy!{% endtrans %}</p> |