diff --git a/lang/en/local_configlogemailer.php b/lang/en/local_configlogemailer.php index 0296e3f..ebf581b 100644 --- a/lang/en/local_configlogemailer.php +++ b/lang/en/local_configlogemailer.php @@ -25,7 +25,7 @@ $string['from_email_title'] = 'Send from email'; $string['from_email_description'] = 'Who do you want to send the email from'; $string['from_email_default'] = '{$a}'; -$string['from_firstname_title'] = 'Send from firs tname'; +$string['from_firstname_title'] = 'Send from first name'; $string['from_firstname_description'] = 'What is the first name of the sender'; $string['from_firstname_default'] = '{$a}'; $string['from_lastname_title'] = 'Send from last name'; diff --git a/version.php b/version.php index bf21d37..817f5e2 100644 --- a/version.php +++ b/version.php @@ -13,6 +13,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2013072202; // The (date) version of this plugin +$plugin->version = 2013082200; // The (date) version of this plugin $plugin->requires = 2012120300; // Requires this Moodle version $plugin->release = '1.0 (Build: 2013072200)'; +$plugin->maturity = MATURITY_BETA; +$plugin->component = 'local_configlogemailer';