Skip to content

Commit dbf9bc3

Browse files
authored
Improve error message for image import failure
1 parent 0e46cbe commit dbf9bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/reconstruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ def onImportImagesFailed(self, msg):
828828
self.error.emit(
829829
Message(
830830
"Failed to Import Images",
831-
"You probably have a corrupted image within the images that you are trying to import.",
831+
"A corrupted image in the import set or an installation error may have caused this issue.",
832832
"" # msg
833833
)
834834
)

0 commit comments

Comments
 (0)