mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EDU-423 Use Title Case in the menu
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user