mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Update rascsi.cpp
Changed "No device is installed." to "No images currently attached.". I think looking for currently attached images. The 'device' wording is confusing, even though it may be accurate.
This commit is contained in:
parent
7c5b645c48
commit
05ae013fad
@ -314,7 +314,7 @@ void ListDevice(FILE *fp)
|
||||
|
||||
// If there is no controller, find will be null
|
||||
if (!find) {
|
||||
FPRT(fp, "No device is installed.\n");
|
||||
FPRT(fp, "No images currently attached.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user