mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Fix comma in exit Ghidra while actions are running prompt
This commit is contained in:
parent
3177b6a88e
commit
34544c7632
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ class FileActionManager {
|
||||||
buf.append(
|
buf.append(
|
||||||
"You may exit Ghidra, but the above action(s) will be aborted and all\n");
|
"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("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("saving any changes made before those actions began.\n \n");
|
||||||
buf.append("Do you want to abort the action(s) and exit Ghidra?");
|
buf.append("Do you want to abort the action(s) and exit Ghidra?");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue