EDU-626 "Create new educational project" is not intuitive name

This commit is contained in:
Liana Bakradze
2016-07-08 19:43:30 +03:00
parent eebc8333df
commit 2856802c48
2 changed files with 5 additions and 1 deletions
@@ -29,7 +29,7 @@
</extensions>
<actions>
<action class="com.jetbrains.edu.coursecreator.PyCCCreateProjectFromArchive" id="PyCC.NewEdu" text="Create New Educational Project">
<action class="com.jetbrains.edu.coursecreator.PyCCCreateProjectFromArchive" id="PyCC.NewEdu">
<add-to-group group-id="CCFileGroup" anchor="last"/>
<add-to-group group-id="CCProjectViewGroup" anchor="last"/>
</action>
@@ -7,6 +7,10 @@ import com.intellij.openapi.project.DumbAwareAction;
import com.intellij.openapi.project.Project;
public class PyCCCreateProjectFromArchive extends DumbAwareAction {
public PyCCCreateProjectFromArchive() {
super("Preview Course");
}
@Override
public void actionPerformed(AnActionEvent e) {
final Project project = e.getData(CommonDataKeys.PROJECT);