diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-25 07:41:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-25 07:41:07 -0500 |
commit | 58d97415a538733854ff99bdf1778642604ad2a7 (patch) | |
tree | 048350816c5b1e05799e869867781e7491832be3 | |
parent | 39f115edabf0830e852ae5d9ea65d43d06f837b6 (diff) | |
download | mediagoblin-58d97415a538733854ff99bdf1778642604ad2a7.tar.lz mediagoblin-58d97415a538733854ff99bdf1778642604ad2a7.tar.xz mediagoblin-58d97415a538733854ff99bdf1778642604ad2a7.zip |
'<a>GNU project</a>' to '<a>GNU</a> 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 4ea3fe2a..086c99c4 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>, after all.){% endtrans %}</li> + <li>{% trans %}Free, as in freedom. (We’re a <a href="http://gnu.org">GNU</a> project, 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> |