mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
Relabel buttons for clarity.
This commit is contained in:
parent
7bc34619c1
commit
1b1b31a2c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue