From: Michael Vogel Date: Sat, 17 Mar 2012 10:09:21 +0000 (+0100) Subject: Show more: Changed "Show More" to "show more" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=619c758263f52d78c0edaaa14d5e0ba1c5e4163e;p=friendica-addons.git Show more: Changed "Show More" to "show more" --- 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')).''. ''; } }