mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
'Show Both Sides' -> 'Back Side Only'
This commit is contained in:
parent
755a58b96c
commit
b22b104119
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue