Skip to content

Commit 7e0171d

Browse files
riccardoblCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0bdbe93 commit 7e0171d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-android/src/main/java/com/jme3/app/AndroidHarness.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void run() {
184184
new AlertDialog.Builder(AndroidHarness.this)
185185
.setTitle(finalTitle)
186186
.setMessage(finalMessage)
187-
.setPositiveButton("Kill", AndroidHarness.this)
187+
.setPositiveButton("Close", AndroidHarness.this)
188188
.create()
189189
.show();
190190
}

0 commit comments

Comments
 (0)