button label wording (#3168)

This commit is contained in:
tooomm 2018-04-04 10:45:28 +02:00 committed by Zach H
parent ca2e05952e
commit e25b7e9eb8

View file

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