Fixed language

This commit is contained in:
2015-02-10 14:15:43 +01:00
parent 407f732e42
commit e3443dad2a
+2 -2
View File
@@ -23,8 +23,8 @@ public class Main {
public void test()
{
/*
agenda.add(new Event(2014, 12, 1, 2014, 12, 2, "School", "Naar school gaan kut"));
agenda.add(new Event(2014, 11, 2, 2014, 11, 4, "School2", "Naar school gaan kut"));
agenda.add(new Event(2014, 12, 1, 2014, 12, 2, "School", "Doe iets op school"));
agenda.add(new Event(2014, 11, 2, 2014, 11, 4, "School2", "Doe nog iets op school"));
agenda.sort(Mode.SORT_LENGTH_DESC);
window.setText(agenda + "");
SaveLoad.saveFile(agenda);