diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-22 22:00:30 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-22 22:00:30 -0500 |
commit | f955a2bccc0fce01b2156aa2883d9b9b99a23443 (patch) | |
tree | 046ee6132f05ae8712f056d4947fa80501f92b10 | |
parent | a28f072615ce420172d709823f5839a461e84655 (diff) | |
download | mediagoblin-f955a2bccc0fce01b2156aa2883d9b9b99a23443.tar.lz mediagoblin-f955a2bccc0fce01b2156aa2883d9b9b99a23443.tar.xz mediagoblin-f955a2bccc0fce01b2156aa2883d9b9b99a23443.zip |
We're no longer a GNU project in the making... we're a straight up GNU project!
-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 08155c17..4ea3fe2a 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -28,7 +28,7 @@ <ul> <li>{% trans %}The perfect place for your media!{% endtrans %}</li> <li>{% trans %}A place for people to collaborate and show off original and derived creations!{% endtrans %}</li> - <li>{% trans %}Free, as in freedom. (We’re a <a href="http://gnu.org">GNU project</a> in the making, after all.){% endtrans %}</li> + <li>{% trans %}Free, as in freedom. (We’re a <a href="http://gnu.org">GNU project</a>, after all.){% endtrans %}</li> <li>{% trans %}Aiming to make the world a better place through decentralization and (eventually, coming soon!) federation!{% endtrans %}</li> <li>{% trans %}Built for extensibility. (Multiple media types coming soon to the software, including video support!){% endtrans %}</li> <li>{% trans %}Powered by people like you. (<a href="http://mediagoblin.org/pages/join.html">You can help us improve this software!</a>){% endtrans %}</li> |