Skip to content

Commit 024b3d9

Browse files
committed
Do not shadow existing "Table..." command in Fiji #15
* adds two spaces to export table command label * the naming is meant to be in sync with the scifio "Image... " export command
1 parent 52d0260 commit 024b3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/table/io/ExportTableCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
@Plugin(type = Command.class, menu = { @Menu(label = MenuConstants.FILE_LABEL,
4848
weight = MenuConstants.FILE_WEIGHT, mnemonic = MenuConstants.FILE_MNEMONIC),
49-
@Menu(label = "Export"), @Menu(label = "Table...") })
49+
@Menu(label = "Export"), @Menu(label = "Table... ") })
5050
public class ExportTableCommand extends ContextCommand {
5151

5252
@Parameter(required = false, label = "Write column headers")

0 commit comments

Comments
 (0)