From 96dea6d3bf19dd07babeaf3e725edc51a4ae50dc Mon Sep 17 00:00:00 2001 From: "liana.bakradze" Date: Thu, 3 Sep 2015 14:49:43 +0300 Subject: [PATCH] EDU-423 Use Title Case in the menu --- .../com/jetbrains/edu/coursecreator/actions/CCPushCourse.java | 2 +- .../com/jetbrains/edu/coursecreator/actions/CCPushLesson.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushCourse.java b/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushCourse.java index e8871b896afd..4274950d57a2 100644 --- a/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushCourse.java +++ b/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushCourse.java @@ -13,7 +13,7 @@ import org.jetbrains.annotations.NotNull; public class CCPushCourse extends DumbAwareAction { public CCPushCourse() { - super("Upload course to Stepic", "Upload course to Stepic", null); + super("Upload Course to Stepic", "Upload Course to Stepic", null); } @Override diff --git a/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushLesson.java b/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushLesson.java index 79ff1cbdf989..0e6b7b03eb75 100644 --- a/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushLesson.java +++ b/python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushLesson.java @@ -19,7 +19,7 @@ import org.jetbrains.annotations.NotNull; public class CCPushLesson extends DumbAwareAction { public CCPushLesson() { - super("Push lesson to Stepic", "Push lesson to Stepic", null); + super("Push Lesson to Stepic", "Push Lesson to Stepic", null); } @Override