X Tutup
Skip to content

Commit a7d5736

Browse files
committed
Adjust Stage Editor exit confirm prompt
1 parent b31be10 commit a7d5736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/ui/debug/stageeditor/StageEditorState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ class StageEditorState extends UIState
12591259
{
12601260
if (exitConfirmDialog == null)
12611261
{
1262-
exitConfirmDialog = Dialogs.messageBox("You are about to leave the Editor without Saving.\n\nAre you sure? ", "Leave Editor",
1262+
exitConfirmDialog = Dialogs.messageBox("You are about to leave the editor without saving.\n\nAre you sure? ", "Leave Editor",
12631263
MessageBoxType.TYPE_YESNO, true, function(btn:DialogButton) {
12641264
exitConfirmDialog = null;
12651265
if (btn == DialogButton.YES)

0 commit comments

Comments
 (0)
X Tutup