MDL-74857 language: Start using the 'statusok' string for status

This commit is contained in:
Iñigo Zendegi
2022-07-18 10:55:47 +02:00
parent d9632ca8b2
commit 919ea1dde1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1320,7 +1320,7 @@ class core_plugin_manager {
return false;
}
$ok = get_string('ok', 'core');
$ok = get_string('statusok', 'core');
// Let admins know they can expect more verbose output.
$silent or $this->mtrace(get_string('packagesdebug', 'core_plugin'), PHP_EOL, DEBUG_NORMAL);