From e25b7e9eb81b8e70b2d699af9e67b95099c0c72b Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 4 Apr 2018 10:45:28 +0200 Subject: [PATCH] button label wording (#3168) --- cockatrice/src/dlg_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index a4a5b217..46d8b8a9 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -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();