[Jifty-commit] r3517 - in jifty/trunk: lib/Jifty/Plugin/Authentication/Password lib/Jifty/Plugin/OpenID

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jun 17 16:54:10 EDT 2007


Author: trs
Date: Sun Jun 17 16:54:09 2007
New Revision: 3517

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm
   jifty/trunk/lib/Jifty/Plugin/OpenID/View.pm

Log:
 r24684 at zot:  tom | 2007-06-17 16:53:22 -0400
 Fix typos


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	Sun Jun 17 16:54:09 2007
@@ -8,7 +8,7 @@
 
 =head1 DESCRIPTION
 
-This code is only useful on the new Jifty "Declarative tempaltes" branch. It shouldn't get in the way 
+This code is only useful on the new Jifty "Declarative templates" branch. It shouldn't get in the way 
 if you're running a traditional (0.610 or before) Jifty.
 
 =cut

Modified: jifty/trunk/lib/Jifty/Plugin/OpenID/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/OpenID/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/OpenID/View.pm	Sun Jun 17 16:54:09 2007
@@ -14,7 +14,7 @@
 =cut
 
 template 'openid/login' => page {
-    { title is _ "Login with your OpenID" }
+    { title is _("Login with your OpenID") }
     my $action = get('action');
 
     div {


More information about the Jifty-commit mailing list