]> git.mxchange.org Git - friendica-addons.git/commitdiff
Show more: Changed "Show More" to "show more"
authorMichael Vogel <icarus@dabo.de>
Sat, 17 Mar 2012 10:09:21 +0000 (11:09 +0100)
committerMichael Vogel <icarus@dabo.de>
Sat, 17 Mar 2012 10:09:21 +0000 (11:09 +0100)
showmore/showmore.php

index 7842a58e624c8473b4970838f3d9dd800ae2c62e..6aeb6ff3ba770ae45d503708c116707ead597cad 100755 (executable)
@@ -83,7 +83,7 @@ function showmore_prepare_body(&$a,&$b) {
        if($found) {
                $rnd = random_string(8);
                $b['html'] = '<span id="showmore-teaser-'.$rnd.'" style="display: block;">'.$shortened." ".
-                               '<span id="showmore-wrap-'.$rnd.'" style="white-space:nowrap;" class="fakelink" onclick="openClose(\'showmore-'.$rnd.'\'); openClose(\'showmore-teaser-'.$rnd.'\');" >'.sprintf(t('Show More')).'</span></span>'.
+                               '<span id="showmore-wrap-'.$rnd.'" style="white-space:nowrap;" class="fakelink" onclick="openClose(\'showmore-'.$rnd.'\'); openClose(\'showmore-teaser-'.$rnd.'\');" >'.sprintf(t('show more')).'</span></span>'.
                                '<div id="showmore-'.$rnd.'" style="display: none;">'.$b['html'].'</div>';
        }
 }