From ca6ca7efee26a8f27680467194d2ca391c990ea6 Mon Sep 17 00:00:00 2001
From: Tom Lake <tswsl1989@sucs.org>
Date: Mon, 5 Mar 2012 08:31:46 +0000
Subject: [PATCH] Add the word 'each' in the appropriate place

---
 components/printer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/printer.php b/components/printer.php
index e7fb8f7..95792c0 100644
--- a/components/printer.php
+++ b/components/printer.php
@@ -145,7 +145,7 @@ $numtrees = round($paperweight/730.296, 6); //*very* roughly how many trees that
 $cost = sprintf("£%01.2f",round(0.1*$total,2));
 $out.="<p>That's ".$paperarea."m<sup>2</sup> of paper, weighing ".$paperweight."kg!<br>\n";
 $out.="This is equivalent to approximately ".$numtrees." trees.<br>\n";
-$out.="That would have cost our members a grand total of ".$cost." if it were printed in the library.. not bad for £5!";
+$out.="That would have cost our members a grand total of ".$cost." if it were printed in the library.. not bad for £5 each!";
 
 //done
 $out.="<p>Note: The number of pages is the number spooled and may be more than the actual number printed</p>";
-- 
GitLab