Skip to content

Commit

Permalink
Fixed lang string typo and added maturity to version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rowe committed Aug 22, 2013
1 parent 4ac9400 commit 05af852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en/local_configlogemailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 3 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 05af852

Please sign in to comment.