From b22b1041191e70f6479ae4b497a2b7b5073c0c1c Mon Sep 17 00:00:00 2001 From: abdo Date: Sun, 20 Sep 2020 19:31:00 +0300 Subject: [PATCH] 'Show Both Sides' -> 'Back Side Only' --- qt/aqt/previewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/previewer.py b/qt/aqt/previewer.py index a38dc0d93..c1da2a289 100644 --- a/qt/aqt/previewer.py +++ b/qt/aqt/previewer.py @@ -80,7 +80,7 @@ class Previewer(QDialog): self._replay.setToolTip(_("Shortcut key: %s" % "R")) qconnect(self._replay.clicked, self._on_replay_audio) - both_sides_button = QCheckBox(_("Show Both Sides")) + both_sides_button = QCheckBox(_("Back Side Only")) both_sides_button.setShortcut(QKeySequence("B")) both_sides_button.setToolTip(_("Shortcut key: %s" % "B")) self.bbox.addButton(both_sides_button, QDialogButtonBox.ActionRole)