Skip to content

Commit 8be9d5c

Browse files
committed
- Modified Label
1 parent 576b5b3 commit 8be9d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NSE_Option_Chain_Analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def main_win(self) -> None:
610610
menubar: Menu = Menu(self.root)
611611
self.options: Menu = Menu(menubar, tearoff=0)
612612
self.options.add_command(label="Stop", accelerator="(Ctrl+X)", command=self.change_state)
613-
self.options.add_command(label="Export table to CSV", accelerator="(Ctrl+S)", command=self.export)
613+
self.options.add_command(label="Export Table to CSV", accelerator="(Ctrl+S)", command=self.export)
614614
self.options.add_command(label=f"Live Exporting to CSV: {'On' if self.live_export else 'Off'}",
615615
accelerator="(Ctrl+B)", command=self.toggle_live_export)
616616
self.options.add_command(label=f"Dump Entire Option Chain to CSV: {'On' if self.save_oc else 'Off'}",

0 commit comments

Comments
 (0)