Skip to content

Commit

Permalink
refactor: Updates text from "Exit Game" to "Exit App"
Browse files Browse the repository at this point in the history
  • Loading branch information
4LanCrane authored Feb 24, 2025
1 parent 09708e8 commit 9c18fa8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ErrorSubScene(
val action: Runnable) : SubScene() {

init {
val btnOK = Button("Exit game")
val btnOK = Button("Exit App")
btnOK.setOnAction {
action.run()
}
Expand Down Expand Up @@ -75,4 +75,4 @@ class ErrorSubScene(
}

private fun makeStackTrace() = error.stackTraceToString()
}
}

0 comments on commit 9c18fa8

Please sign in to comment.