We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d0260 commit 024b3d9Copy full SHA for 024b3d9
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