[mb-commits] r11011 - in mb_server/branches/TemplateToolkit/root: label user

root at musicbrainz.org root at musicbrainz.org
Sat Jan 10 02:34:42 UTC 2009


Author: acid2
Date: 2009-01-10 02:34:42 +0000 (Sat, 10 Jan 2009)
New Revision: 11011

Modified:
   mb_server/branches/TemplateToolkit/root/label/header.tt
   mb_server/branches/TemplateToolkit/root/user/login.tt
Log:
Fix spelling of 'permenant' Fixes #4386

Modified: mb_server/branches/TemplateToolkit/root/label/header.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/label/header.tt	2009-01-10 02:05:27 UTC (rev 11010)
+++ mb_server/branches/TemplateToolkit/root/label/header.tt	2009-01-10 02:34:42 UTC (rev 11011)
@@ -1,5 +1,5 @@
 [%- info_links = [
-    { link => c.entity_url(label, 'perma'), text => "Permenant link" },
+    { link => c.entity_url(label, 'perma'), text => "Permenent link" },
     { link => c.entity_url(label, 'details'), text => "Details" },
     { link => c.entity_url(label, 'aliases'), text => "Aliases" },
     { link => c.entity_url(label, 'tags'), text => "Tags" },

Modified: mb_server/branches/TemplateToolkit/root/user/login.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/user/login.tt	2009-01-10 02:05:27 UTC (rev 11010)
+++ mb_server/branches/TemplateToolkit/root/user/login.tt	2009-01-10 02:34:42 UTC (rev 11011)
@@ -8,7 +8,7 @@
         [% INCLUDE "forms/widget.tt" widget=form.field('password') label="Password" %]
         [% INCLUDE "forms/submit.tt" label="Log In" %]
 
-        [% INCLUDE "forms/widget.tt" widget=form.field('remember_me') label="Log in permenantly" %]
+        [% INCLUDE "forms/widget.tt" widget=form.field('remember_me') label="Log in permenently" %]
         [% INCLUDE "forms/widget.tt" widget=form.field('single_ip') label="Only from this IP address" %]
     [% END %]
     <ul>




More information about the MusicBrainz-commits mailing list