MDL-15249 localization fixes

This commit is contained in:
skodak
2009-05-31 12:04:51 +00:00
parent 6b997b07dd
commit 1494616faa
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ if (file_exists($CFG->dirroot.'/install/lang/'.$lang)) {
if ($unrecognized) {
$unrecognized = implode("\n ", $unrecognized);
cli_error('cliunknowoption', 'admin', $unrecognized);
cli_error(get_string('cliunknowoption', 'admin', $unrecognized));
}
if ($options['help']) {