[Jifty-commit] r6875 - jifty/trunk/lib/Jifty/Plugin/RequestInspector

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 23 01:26:41 EDT 2009


Author: sartak
Date: Thu Apr 23 01:26:40 2009
New Revision: 6875

Modified:
   jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm

Log:
Better label on the load more button

Modified: jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm	Thu Apr 23 01:26:40 2009
@@ -49,7 +49,7 @@
     my $starting_id = $last_request ? $last_request->{id} + 1 : 0;
 
     hyperlink(
-        label => "more",
+        label => "Load subsequent requests",
         onclick => [{
             element => '#request_inspector',
             append  => '/__jifty/admin/requests/more_requests',


More information about the Jifty-commit mailing list