SVN: toys/rsget.pl/RSGet/HTTPRequest.pm

sparky sparky at pld-linux.org
Sat Jun 19 18:25:32 CEST 2010


Author: sparky
Date: Sat Jun 19 18:25:32 2010
New Revision: 11568

Modified:
   toys/rsget.pl/RSGet/HTTPRequest.pm
Log:
- short description what those buttons are


Modified: toys/rsget.pl/RSGet/HTTPRequest.pm
==============================================================================
--- toys/rsget.pl/RSGet/HTTPRequest.pm	(original)
+++ toys/rsget.pl/RSGet/HTTPRequest.pm	Sat Jun 19 18:25:32 2010
@@ -220,7 +220,8 @@
 
 	my @tools = sort keys %RSGet::FileList::processors;
 
-	$r .= '<div class="tools">' . (join " | ", map "<span>$_</span>", @tools) .
+	$r .= '<div class="tools">Actions on multiple entries: ' .
+		(join " | ", map "<span>$_</span>", @tools) .
 		'</div></div>';
 
 	my %cmd_to_color = (


More information about the pld-cvs-commit mailing list