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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Nov 30 08:15:03 EST 2007


Author: alech
Date: Fri Nov 30 08:14:54 2007
New Revision: 4580

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

Log:
Make account confirmation error message translatable


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm	Fri Nov 30 08:14:54 2007
@@ -154,7 +154,7 @@
         }
     }
     unless ($user->email_confirmed) {
-                $self->result->error( q{You haven't confirmed your account yet.} );        return;
+                $self->result->error( _(q{You haven't confirmed your account yet.}) );        return;
                     }
 
     # Set up our login message


More information about the Jifty-commit mailing list