[Jifty-commit] r1092 - jifty/trunk/lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon May 22 21:56:06 EDT 2006


Author: audreyt
Date: Mon May 22 21:56:05 2006
New Revision: 1092

Modified:
   jifty/trunk/lib/Jifty/Web/Form/Field.pm

Log:
* Form Field: localise hints.

Modified: jifty/trunk/lib/Jifty/Web/Form/Field.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Field.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Field.pm	Mon May 22 21:56:05 2006
@@ -488,7 +488,7 @@
 sub render_hints { 
     my $self = shift;
     Jifty->web->out(
-qq!<span class="hints @{[$self->classes]}">@{[$self->hints || '']}</span>\n!
+qq!<span class="hints @{[$self->classes]}">@{[_($self->hints) || '']}</span>\n!
     );
 
     return '';


More information about the Jifty-commit mailing list