Added "version" before the version
authorpythonsnake <pythonsnake98@gmail.com>
Mon, 11 Feb 2013 15:57:33 +0000 (16:57 +0100)
committerpythonsnake <pythonsnake98@gmail.com>
Mon, 11 Feb 2013 15:57:33 +0000 (16:57 +0100)
mediagoblin/templates/mediagoblin/base.html

index 5fe1ba1b3a2c9f7b1967f57495483890c81e8622..48ab750f88cae550654028506f859d0de00e5800 100644 (file)
       {% block mediagoblin_footer %}
           <footer>
             {% trans -%}
-            Powered by <a href="http://mediagoblin.org" title='{{ version }}'>MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project.
+            Powered by <a href="http://mediagoblin.org" title='Version {{ version }}'>MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project.
             {%- endtrans %}
             {% trans source_link=app_config['source_link'] -%}
               Released under the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. <a href="{{ source_link }}">Source code</a> available.