button label wording (#3168)
This commit is contained in:
parent
ca2e05952e
commit
e25b7e9eb8
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ void DeckEditorSettingsPage::updateSpoilers()
|
|||
{
|
||||
// Disable the button so the user can only press it once at a time
|
||||
updateNowButton->setDisabled(true);
|
||||
updateNowButton->setText(tr("Updating Spoilers"));
|
||||
updateNowButton->setText(tr("Updating..."));
|
||||
|
||||
// Create a new SBU that will act as if the client was just reloaded
|
||||
auto *sbu = new SpoilerBackgroundUpdater();
|
||||
|
|
Loading…
Reference in a new issue