lessons in correct order and scoreboard visible again (#680)
This commit is contained in:
@ -35,7 +35,7 @@ public class HttpBasics extends Lesson {
|
||||
|
||||
@Override
|
||||
public String getTitle() {
|
||||
return "http-basics.title";
|
||||
return "1.http-basics.title";//first lesson in general
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -1,6 +1,6 @@
|
||||
http-basics.EnterYourName=Enter your Name
|
||||
http-basics.Go!=Go!
|
||||
http-basics.title=HTTP Basics
|
||||
1.http-basics.title=HTTP Basics
|
||||
|
||||
|
||||
http-basics.hints.http_basics_lesson.1=Type in your name and press 'go'
|
||||
|
@ -1,6 +1,6 @@
|
||||
http-basics.EnterYourName=Voer je naam in
|
||||
http-basics.Go!=Go!
|
||||
http-basics.title=HTTP Basics
|
||||
1.http-basics.title=HTTP Basics
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user