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')).''. ''; } }