diff --git a/main.py b/main.py index a2770f0..e21aef1 100755 --- a/main.py +++ b/main.py @@ -5279,7 +5279,7 @@ class MainWindow(QMainWindow): g.addWidget(self._btn_extract_audio, 7, 0, 1, 4) g.setColumnStretch(4, 1) # spare gutter column clusters label/field pairs to the left g.setRowStretch(8, 1) # anchor content to the top - tb.addItem(extract_page, "Extract & Edit") + tb.addItem(extract_page, "Extract && Edit") # ── Page 2: Scan / Classify (moved verbatim) ───────────── scan_page = QWidget()