We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52d0260 + 024b3d9 commit 7fdcb05Copy full SHA for 7fdcb05
1 file changed
src/main/java/org/scijava/table/io/ExportTableCommand.java
@@ -46,7 +46,7 @@
46
47
@Plugin(type = Command.class, menu = { @Menu(label = MenuConstants.FILE_LABEL,
48
weight = MenuConstants.FILE_WEIGHT, mnemonic = MenuConstants.FILE_MNEMONIC),
49
- @Menu(label = "Export"), @Menu(label = "Table...") })
+ @Menu(label = "Export"), @Menu(label = "Table... ") })
50
public class ExportTableCommand extends ContextCommand {
51
52
@Parameter(required = false, label = "Write column headers")
0 commit comments