]> git.mxchange.org Git - friendica-addons.git/blobdiff - showmore/showmore.php
Merge branch 'master' of ../../save/merge/frio_hovercard into frio
[friendica-addons.git] / showmore / showmore.php
index bd9a89926c9c5a8b1c7e7097b3091eb107d73a21..9a136c7f23eb319c183cbfd1c869493444896912 100755 (executable)
@@ -51,7 +51,7 @@ function showmore_addon_settings(&$a,&$s) {
        $s .= '<input id="showmore-words" type="text" name="showmore-chars" value="'.$chars.'" />';
        $s .= '</div><div class="clear"></div>';
 
-       $s .= '<div class="settings-submit-wrapper" ><input type="submit" id="showmore-submit" name="showmore-submit" class="settings-submit" value="' . t('Submit') . '" /></div>';
+       $s .= '<div class="settings-submit-wrapper" ><input type="submit" id="showmore-submit" name="showmore-submit" class="settings-submit" value="' . t('Save Settings') . '" /></div>';
 //     $s .= '<div class="showmore-desc">' . t('Use /expression/ to provide regular expressions') . '</div>';
        $s .= '</div>';