Fix comma in exit Ghidra while actions are running prompt

This commit is contained in:
Pokechu22 2021-07-13 13:10:34 -07:00 committed by GitHub
parent 3177b6a88e
commit 34544c7632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?");