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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 30 21:28:25 EDT 2007


Author: ruz
Date: Mon Apr 30 21:28:25 2007
New Revision: 3185

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

Log:
* delete trailing space to avoid translating the same string twice

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ConfirmEmail.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ConfirmEmail.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ConfirmEmail.pm	Mon Apr 30 21:28:25 2007
@@ -54,7 +54,7 @@
     }
 
     # Set up our login message
-    $self->result->message( _("Welcome to %1, %2. " , Jifty->config->framework('ApplicationName') , $u->name) ." "
+    $self->result->message( _("Welcome to %1, %2." , Jifty->config->framework('ApplicationName') , $u->name) ." "
           . _(". Your email address has now been confirmed.") );
 
     # Actually do the login thing.


More information about the Jifty-commit mailing list