From 619c758263f52d78c0edaaa14d5e0ba1c5e4163e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 17 Mar 2012 11:09:21 +0100 Subject: [PATCH] Show more: Changed "Show More" to "show more" --- showmore/showmore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showmore/showmore.php b/showmore/showmore.php index 7842a58e..6aeb6ff3 100755 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -83,7 +83,7 @@ function showmore_prepare_body(&$a,&$b) { if($found) { $rnd = random_string(8); $b['html'] = ''.$shortened." ". - ''.sprintf(t('Show More')).''. + ''.sprintf(t('show more')).''. ''; } }