diff --git a/mathjax-latex-admin.php b/mathjax-latex-admin.php
index ebc443d..b176e11 100644
--- a/mathjax-latex-admin.php
+++ b/mathjax-latex-admin.php
@@ -105,9 +105,7 @@ function plugin_options_menu() {
$use_cdn = get_option( 'kblog_mathjax_use_cdn', true ) ? 'checked="true"' : '';
$this->admin_table_row( 'Use MathJax CDN Service?',
- 'Allows use of the MathJax hosted content delivery network. ' .
- 'By using this, you are agreeing to the ' .
- 'MathJax CDN Terms of Service.',
+ 'Allows use of the MathJax hosted content delivery network. By using this, you are agreeing to the MathJax CDN Terms of Service.',
"",
'use_cdn'
);