projects
/
idea
/
community.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d626c3
)
EDU-423 Use Title Case in the menu
author
liana.bakradze
<liana.bakradze@jetbrains.com>
Thu, 3 Sep 2015 11:49:43 +0000
(14:49 +0300)
committer
liana.bakradze
<liana.bakradze@jetbrains.com>
Thu, 3 Sep 2015 11:53:42 +0000
(14:53 +0300)
python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushCourse.java
patch
|
blob
|
history
python/educational/course-creator/src/com/jetbrains/edu/coursecreator/actions/CCPushLesson.java
patch
|
blob
|
history
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 e8871b896afdb4bf638418a4b1026f53d56818d8..4274950d57a212c59b43e4a9f6f7547e18edc7ee 100644
(file)
--- 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 c
ourse to Stepic", null);
+ super("Upload
Course to Stepic", "Upload C
ourse 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 79ff1cbdf9890eb8ed98abf03776950e69befba2..0e6b7b03eb75804d6d27bfab8fe1b33af2f63f07 100644
(file)
--- 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 l
esson to Stepic", null);
+ super("Push
Lesson to Stepic", "Push L
esson to Stepic", null);
}
@Override