Skip to content

Commit 5f5d3f7

Browse files
committed
ModuleRunner: make vocabulary consistent
Yes, it might not be a Command plugin. But the other messages all use the term "Command" rather than "Module". Let's stay consistent.
1 parent d1117b4 commit 5f5d3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/module/ModuleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private void cleanupAndBroadcastException(final String title,
202202
{
203203
if (es != null) es.publish(new ModuleErroredEvent(module, t));
204204
if (ss != null) {
205-
ss.showStatus("Module errored: " + title);
205+
ss.showStatus("Command errored: " + title);
206206
if (t != null) ss.warn(t.getMessage());
207207
}
208208
}

0 commit comments

Comments
 (0)