Relabel buttons for clarity.

This commit is contained in:
Lukas Brübach 2024-12-06 03:07:36 +01:00 committed by ZeldaZach
parent 7bc34619c1
commit 1b1b31a2c2
No known key found for this signature in database

View file

@ -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();