From: Tobias Diekershoff Date: Sat, 1 Jun 2013 06:53:15 +0000 (+0200) Subject: fix the submit button X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa0390bdd1921d3bdd9a0512986ed493ee432a83;p=friendica-addons.git fix the submit button --- diff --git a/mathjax/mathjax.php b/mathjax/mathjax.php index e57d69bf..ccc6ca0c 100644 --- a/mathjax/mathjax.php +++ b/mathjax/mathjax.php @@ -72,6 +72,7 @@ function mathjax_plugin_admin (&$a, &$o) { } $o = replace_macros( $t, array( + '$submit' => t('Submit'), '$baseurl' => array('baseurl', t('MathJax Base URL'), get_config('mathjax','baseurl' ), t('The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.')), )); }