Skip to content

Commit

Permalink
Change wording until chunky-dev#1709 is fixed
Browse files Browse the repository at this point in the history
Co-authored-by: Maik Marschner <[email protected]>
  • Loading branch information
Maximilian Stiede and leMaik authored Mar 15, 2024
1 parent 4b990e4 commit 67b9156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public File getSceneFile(String fileName) {
public void confirmAndClose(Event event) {
Alert confirmQuit = Dialogs.createAlert(Alert.AlertType.CONFIRMATION);
confirmQuit.setTitle("Quit Chunky");
confirmQuit.setHeaderText("You have unsaved changes in your scene.");
confirmQuit.setHeaderText("You may have unsaved changes in your scene.");
confirmQuit.setContentText("Do you want to quit chunky without saving?\nAll unsaved changes will be lost.");
confirmQuit.getButtonTypes().setAll(
new ButtonType("Quit Chunky", ButtonBar.ButtonData.YES),
Expand Down

0 comments on commit 67b9156

Please sign in to comment.