From 62c08258743cbaf2d51b8fd74305859449c49899 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 9 Jun 2019 19:01:32 +0200 Subject: [PATCH] fix grammar (#3754) --- 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 a16715a4..f5d53525 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -672,7 +672,7 @@ void DeckEditorSettingsPage::retranslateUi() lastUpdatedLabel.setText(tr("Last Change") + ": " + getLastUpdateTime()); infoOnSpoilersLabel.setText(tr("Spoilers download automatically on launch") + "\n" + tr("Press the button to manually update without relaunching") + "\n\n" + - tr("Do not close settings until manual update complete")); + tr("Do not close settings until manual update is complete")); picDownloadCheckBox.setText(tr("Download card pictures on the fly")); urlLinkLabel.setText(QString("%2").arg(WIKI_CUSTOM_PIC_URL).arg(tr("How to add a custom URL"))); clearDownloadedPicsButton.setText(tr("Delete Downloaded Images"));