mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
reword "open deck in new tab" setting (#5268)
This commit is contained in:
parent
a5c509981b
commit
231d0380a7
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ void UserInterfaceSettingsPage::retranslateUi()
|
|||
animationGroupBox->setTitle(tr("Animation settings"));
|
||||
tapAnimationCheckBox.setText(tr("&Tap/untap animation"));
|
||||
deckEditorGroupBox->setTitle(tr("Deck editor settings"));
|
||||
openDeckInNewTabCheckBox.setText(tr("Always open deck in new tab"));
|
||||
openDeckInNewTabCheckBox.setText(tr("Open deck in new tab by default"));
|
||||
replayGroupBox->setTitle(tr("Replay settings"));
|
||||
rewindBufferingMsLabel.setText(tr("Buffer time for backwards skip via shortcut:"));
|
||||
rewindBufferingMsBox.setSuffix(tr(" ms"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue