Modified marker (*) handled for Dialogue Sketches too.

Typo fixed too, now displays "Dialogue sketches" instead of "Dialogue
sketchs"
This commit is contained in:
Zukero
2017-08-08 18:43:15 +02:00
parent ada045a13b
commit f2144ab446
2 changed files with 22 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ public class WriterModeDataSet implements ProjectTreeNode, Serializable {
@Override
public String getDesc() {
return (needsSaving() ? "*" : "")+"Dialogue sketchs";
return (needsSaving() ? "*" : "")+"Dialogue sketches";
}
@Override