mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 12:21:10 -05: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:
@@ -314,7 +314,7 @@ void ListDevice(FILE *fp)
|
|||||||
|
|
||||||
// If there is no controller, find will be null
|
// If there is no controller, find will be null
|
||||||
if (!find) {
|
if (!find) {
|
||||||
FPRT(fp, "No device is installed.\n");
|
FPRT(fp, "No images currently attached.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user