[Jifty-commit] r3184 - jifty/trunk/lib/Jifty/Plugin/Authentication/Password

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 30 21:27:42 EDT 2007


Author: ruz
Date: Mon Apr 30 21:27:42 2007
New Revision: 3184

Modified:
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm

Log:
* my dict has no word signup, but has 'sign up'

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	Mon Apr 30 21:27:42 2007
@@ -27,12 +27,12 @@
 
 
 template 'signup' => page {
-    title is _('Signup');
+    title is _('Sign up');
     my ( $action, $next ) = get(qw(action next));
     Jifty->web->form->start( call => $next );
     render_param( $action => 'name' , focus => 1);
     render_param( $action => $_ ) for ( grep {$_ ne 'name'} $action->argument_names );
-    form_return( label => _('Signup'), submit => $action );
+    form_return( label => _('Sign up'), submit => $action );
     Jifty->web->form->end();
 };
 


More information about the Jifty-commit mailing list