better comprehensibility
This commit is contained in:
parent
ef3e0e135e
commit
e13318ca13
@ -661,7 +661,7 @@ class LockWeeksOption extends Option
|
|||||||
|
|
||||||
private override function updateDisplay():String
|
private override function updateDisplay():String
|
||||||
{
|
{
|
||||||
return confirm ? "Confirm" : "Reset Story Progression";
|
return confirm ? "Confirm Story Reset" : "Reset Story Progress";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -700,6 +700,6 @@ class ResetScoreOption extends Option
|
|||||||
|
|
||||||
private override function updateDisplay():String
|
private override function updateDisplay():String
|
||||||
{
|
{
|
||||||
return confirm ? "Confirm" : "Reset Score";
|
return confirm ? "Confirm Score Reset" : "Reset Score";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ class OptionsMenu extends MusicBeatState
|
|||||||
|
|
||||||
new OptionCategory("Saved Data", [
|
new OptionCategory("Saved Data", [
|
||||||
new ResetScoreOption("Reset your score on all songs and weeks."),
|
new ResetScoreOption("Reset your score on all songs and weeks."),
|
||||||
new LockWeeksOption("Reset your storymode progress. (only Tutorial + Week 1 is unlocked)")
|
new LockWeeksOption("Reset your storymode progress. (only Tutorial + Week 1 will be unlocked)")
|
||||||
])
|
])
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user