diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 263d25b783..f669e24b34 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1947,7 +1947,7 @@ class CuraApplication(QtApplication): return result == WorkspaceReader.PreReadResult.accepted except FileNotFoundError: result_message = Message(text = self._i18n_catalog.i18nc("@info:status Don't translate the XML tag !", - "Failed to load {0}. No such file or directory.", + "Failed to load {0}. File is moved or deleted.", file_path), lifetime = 0, title = self._i18n_catalog.i18nc("@info:title", "Unable to Open File")) result_message.show()