X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=showmore%2Fshowmore.php;h=6aeb6ff3ba770ae45d503708c116707ead597cad;hb=62022eddb9528b98c10f10df8e83e5ef11d8224e;hp=7842a58e624c8473b4970838f3d9dd800ae2c62e;hpb=de7f4d005cbea2ca05449ba9a5c67c25b2b49372;p=friendica-addons.git 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')).''. ''; } }