mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Fixed a message showed in English instead of the translated one.
This commit is contained in:
parent
d43fd90a16
commit
e4bb9df395
@ -6489,7 +6489,7 @@ class IMGMOUNT : public Program {
|
||||
}
|
||||
}
|
||||
if (!skipDetectGeometry && !DetectGeometry(NULL, paths[i].c_str(), sizes)) {
|
||||
errorMessage = "Unable to detect geometry\n";
|
||||
errorMessage = MSG_Get("PROGRAM_IMGMOUNT_GEOMETRY_ERROR");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user