This commit is contained in:
Ekaterina Tuzova
2014-10-24 15:58:46 +04:00
parent a7a38b79ef
commit d77655240e
@@ -33,7 +33,7 @@ public class StudyInstructionPainter extends EditorEmptyTextPainter {
painter.appendLine("Reset current task file with Ctrl + Shift + X").smaller().withBullet();
painter.appendLine("Check task with Alt + Ctrl + Enter").smaller().withBullet();
painter.appendLine("Get hint for the task window using Ctrl + 7").smaller().withBullet();
painter.appendLine("To see your progress open the 'Course Description' panel").smaller().withBullet();
painter.appendLine("To see your progress, open the 'Course Description' panel").smaller().withBullet();
painter.draw(g, new PairFunction<Integer, Integer, Couple<Integer>>() {
@Override
public Couple<Integer> fun(Integer width, Integer height) {