diff --git a/e107_plugins/siteinfo/e_shortcode.php b/e107_plugins/siteinfo/e_shortcode.php index fc9507be6..46f8bc3ab 100644 --- a/e107_plugins/siteinfo/e_shortcode.php +++ b/e107_plugins/siteinfo/e_shortcode.php @@ -51,7 +51,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin. */ function sc_sitedisclaimer() { - $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; + $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; $text = deftrue('SITEDISCLAIMER',$default);