no message

This commit is contained in:
2023-11-20 22:29:38 +03:00
parent 577803515e
commit e43feb9ab5
8 changed files with 27 additions and 9 deletions

View File

@@ -305,6 +305,8 @@ public enum PassCode_2021 {
switch (this) {
case Undefined:
return "?";
case CreateGroupFromDirectory:
return "Создать группу тестов из папки";
case CreateTestFromDirectory:
return "Создать тест из папки";
case AbortTaskPackage: