mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-07 21:24:00 -05:00
Fix “Imported 1 files”
This commit is contained in:
@@ -103,7 +103,8 @@ public class ImportBatchTask extends Task {
|
||||
}
|
||||
finally {
|
||||
Msg.showInfo(this, null, "Batch Import Summary",
|
||||
"Batch Import finished.\nImported " + totalObjsImported + " files.");
|
||||
"Batch Import finished.\nImported " + totalObjsImported + " file" +
|
||||
(totalObjsImported == 1 ? "." : "s."));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user