Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit d7b8573

Browse files
authored
Fix Chart Playtesting Title
1 parent 60ac665 commit d7b8573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/game/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ class PlayState extends MusicBeatState
852852

853853
if (chartingMode) {
854854
WindowUtils.prefix = Charter.undos.unsaved ? Flags.UNDO_PREFIX : "";
855-
WindowUtils.suffix = TU.translate("charter.chartPlaytesting");
855+
WindowUtils.suffix = TU.translate("playtesting.chartPlaytesting");
856856

857857
SaveWarning.showWarning = Charter.undos.unsaved;
858858
SaveWarning.selectionClass = CharterSelection;

0 commit comments

Comments
 (0)