fixed output

This commit is contained in:
Daniel Schick 2023-08-24 14:11:11 +02:00
parent 9ead1274bb
commit 6a37bba97a

View File

@ -736,7 +736,7 @@ namespace RoleEditor
if ((pCounter > 0) || (bCounter > 0)) if ((pCounter > 0) || (bCounter > 0))
{ {
MessageBox.Show($"Imported {bCounter} berths and added {pCounter} participants while doing so"); MessageBox.Show($"Imported {bCounter} ships");
} }
} }