Fixed a message showed in English instead of the translated one.

This commit is contained in:
maron2000 2025-04-18 14:22:28 +09:00
parent d43fd90a16
commit e4bb9df395

View File

@ -6489,7 +6489,7 @@ class IMGMOUNT : public Program {
} }
} }
if (!skipDetectGeometry && !DetectGeometry(NULL, paths[i].c_str(), sizes)) { if (!skipDetectGeometry && !DetectGeometry(NULL, paths[i].c_str(), sizes)) {
errorMessage = "Unable to detect geometry\n"; errorMessage = MSG_Get("PROGRAM_IMGMOUNT_GEOMETRY_ERROR");
} }
} }