Skip to content

Commit

Permalink
update disabled message to specify cube
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Jul 11, 2024
1 parent ebbed5d commit d961536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _update_disabled_msg(self, msg={}):
else:
# no cube-like data loaded. Once loaded, the parser will unset this
self.disabled_msg = (
f"{self.__class__.__name__} requires a single dataset to be loaded, "
f"{self.__class__.__name__} requires a 3d cube dataset to be loaded, "
"please load data to enable this plugin."
)

Expand Down

0 comments on commit d961536

Please sign in to comment.