From fa0390bdd1921d3bdd9a0512986ed493ee432a83 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 1 Jun 2013 08:53:15 +0200 Subject: [PATCH] fix the submit button --- mathjax/mathjax.php | 1 + 1 file changed, 1 insertion(+) 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.')), )); }