Skip to content

Commit

Permalink
Method printers method, methodx, methodxl read from cloud
Browse files Browse the repository at this point in the history
CURA-11138
  • Loading branch information
saumyaj3 committed Oct 26, 2023
1 parent 69dcab2 commit 0c535df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UM/FileHandler/ReadFileJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run(self) -> None:
self._loading_message.hide()
if reader.emptyFileHintSet():
result_message = Message(i18n_catalog.i18nc("@info:status Don't translate the XML tag <filename>!",
"There where no models in <filename>{0}</filename>.",
"There were no models in <filename>{0}</filename>.",
self._filename),
lifetime = 0,
title = i18n_catalog.i18nc("@info:title", "No Models in File"),
Expand Down

0 comments on commit 0c535df

Please sign in to comment.