Skip to content

Commit

Permalink
MDL-47883 admin: Fix missing string in the plugin validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Oct 31, 2014
1 parent 7deea8e commit c58c99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/tool/installaddon/lang/en/tool_installaddon.php
Expand Up @@ -66,6 +66,7 @@
$string['validationmsg_filesnumber'] = 'Not enough files found in the package';
$string['validationmsg_filestatus'] = 'Unable to extract all files';
$string['validationmsg_filestatus_info'] = 'Attempting to extract file {$a->file} resulted in error \'{$a->status}\'.';
$string['validationmsg_foundlangfile'] = 'Found language file';
$string['validationmsg_maturity'] = 'Declared maturity level';
$string['validationmsg_maturity_help'] = 'The add-on can declare its maturity level. If the maintainer considers the add-on stable, the declared maturity level will read MATURITY_STABLE. All other maturity levels (such as alpha or beta) should be considered unstable and a warning is raised.';
$string['validationmsg_missingexpectedlangenfile'] = 'English language file name mismatch';
Expand Down

0 comments on commit c58c99d

Please sign in to comment.