diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b2bef25ee..8c140ea63 100755 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -2263,6 +2263,26 @@ $phrases = array( ), //**************** CORE/lehre + array( + 'app' => 'core', + 'category' => 'lehre', + 'phrase' => 'noGrades', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Unbewertet', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Not Graded', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'lehre',