mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
[DeckShare] Let the share bar owners supply the hint text
This commit is contained in:
parent
ce4a3289a5
commit
a90a080457
3 changed files with 7 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ void ShareBarWidget::retranslateUi()
|
|||
nameEdit->setPlaceholderText(tr("Share name"));
|
||||
cancelButton->setText(tr("Cancel"));
|
||||
createButton->setText(tr("Create share link"));
|
||||
hintLabel->setText(tr("Click deck tiles to select the decks you want to share."));
|
||||
}
|
||||
|
||||
QString ShareBarWidget::name() const
|
||||
|
|
@ -75,4 +74,4 @@ void ShareBarWidget::setCreateEnabled(bool enabled)
|
|||
void ShareBarWidget::focusName()
|
||||
{
|
||||
nameEdit->setFocus();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue