From 34544c7632ca7d6125e2aeb6d1b558fbc839bb3b Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Tue, 13 Jul 2021 13:10:34 -0700 Subject: [PATCH] Fix comma in exit Ghidra while actions are running prompt --- .../src/main/java/ghidra/framework/main/FileActionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Framework/Project/src/main/java/ghidra/framework/main/FileActionManager.java b/Ghidra/Framework/Project/src/main/java/ghidra/framework/main/FileActionManager.java index b6c7b0b74a..093a7c9f41 100644 --- a/Ghidra/Framework/Project/src/main/java/ghidra/framework/main/FileActionManager.java +++ b/Ghidra/Framework/Project/src/main/java/ghidra/framework/main/FileActionManager.java @@ -384,7 +384,7 @@ class FileActionManager { buf.append( "You may exit Ghidra, but the above action(s) will be aborted and all\n"); buf.append("changes made by those actions (and all changes made since those\n"); - buf.append("actions started),will be lost! You will still have the option of \n"); + buf.append("actions started) will be lost! You will still have the option of \n"); buf.append("saving any changes made before those actions began.\n \n"); buf.append("Do you want to abort the action(s) and exit Ghidra?");