Fix unhelpful message.

This commit is contained in:
David Given
2025-08-17 10:40:34 +02:00
parent 3ab3db92f5
commit da5a20390f

View File

@@ -29,7 +29,7 @@ static unsigned getTrackStep()
{
case DRIVETYPE_40TRACK:
error(
"you can't write an 80 track image to a 40 track "
"you can't read/write an 80 track image from/to a 40 track "
"drive");
case DRIVETYPE_80TRACK:
@@ -37,7 +37,7 @@ static unsigned getTrackStep()
case DRIVETYPE_APPLE2:
error(
"you can't write an 80 track image to an Apple II "
"you can't read/write an 80 track image from/to an Apple II "
"drive");
}
}