no message

This commit is contained in:
2024-10-22 19:54:51 +03:00
parent 84c3813894
commit bf5d5442d4
10 changed files with 12 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ public class EditServerObject<S extends RepositoryServer, D extends DBObject> ex
public String getIconPath() {
return "/Common/icons/Edit.png";
}
public String getDescription_(){
public String getDescription_() {
return "редактирование";
}
//--