[Jifty-commit] r3632 - jifty/trunk/lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 9 11:16:35 EDT 2007


Author: clkao
Date: Mon Jul  9 11:16:35 2007
New Revision: 3632

Modified:
   jifty/trunk/lib/Jifty/View/Declare/CRUD.pm

Log:
Fix typo.

Modified: jifty/trunk/lib/Jifty/View/Declare/CRUD.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	Mon Jul  9 11:16:35 2007
@@ -447,7 +447,7 @@
             span {
                 { class is 'next-page' };
                 hyperlink(
-                    label   => _"Next Page"),
+                    label   => _("Next Page"),
                     onclick =>
                         { args => { page => $collection->pager->next_page } }
                 );


More information about the Jifty-commit mailing list