diff --git a/cockatrice/src/client/ui/widgets/printing_selector/printing_selector_card_selection_widget.cpp b/cockatrice/src/client/ui/widgets/printing_selector/printing_selector_card_selection_widget.cpp index 595f7fe46..f620929ee 100644 --- a/cockatrice/src/client/ui/widgets/printing_selector/printing_selector_card_selection_widget.cpp +++ b/cockatrice/src/client/ui/widgets/printing_selector/printing_selector_card_selection_widget.cpp @@ -4,10 +4,10 @@ PrintingSelectorCardSelectionWidget::PrintingSelectorCardSelectionWidget(Printin { cardSelectionBarLayout = new QHBoxLayout(this); previousCardButton = new QPushButton(this); - previousCardButton->setText(tr("Previous Card")); + previousCardButton->setText(tr("Previous Card in Deck")); nextCardButton = new QPushButton(this); - nextCardButton->setText(tr("Next Card")); + nextCardButton->setText(tr("Next Card in Deck")); connectSignals();