508. Updates copyright/license information
[mediagoblin.git] / mediagoblin / templates / mediagoblin / auth / register.html
index 5d512829a3946bf46eb5556171a81640c78d4fa6..e72b3a528425d43bf068129fc5f5ae4f850a1b5f 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -27,8 +27,8 @@
       <h1>{% trans %}Create an account!{% endtrans %}</h1>
       {{ wtforms_util.render_divs(register_form) }}
       <div class="form_submit_buttons">
-        <input type="submit" value="{% trans %}Submit{% endtrans %}"
-        class="button" />
+        <input type="submit" value="{% trans %}Create{% endtrans %}"
+               class="button" />
       </div>
     </div>
   </form>