From 231d0380a7d5041d2dce9ddf822df3bad1850bf4 Mon Sep 17 00:00:00 2001 From: RickyRister <42636155+RickyRister@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:52:40 -0800 Subject: [PATCH] reword "open deck in new tab" setting (#5268) --- cockatrice/src/dialogs/dlg_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/dialogs/dlg_settings.cpp b/cockatrice/src/dialogs/dlg_settings.cpp index 2ca36aea6..b48f6a670 100644 --- a/cockatrice/src/dialogs/dlg_settings.cpp +++ b/cockatrice/src/dialogs/dlg_settings.cpp @@ -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"));