From 837924b8196bc7e4ffa91bc1625b290fba555f7b Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 7 Apr 2019 05:12:21 +0200 Subject: [PATCH] reword (#3682) --- 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 683245be..a16715a4 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -669,7 +669,7 @@ void DeckEditorSettingsPage::retranslateUi() mpSpoilerGroupBox->setTitle(tr("Spoilers")); mcDownloadSpoilersCheckBox.setText(tr("Download Spoilers Automatically")); mcSpoilerSaveLabel.setText(tr("Spoiler Location:")); - lastUpdatedLabel.setText(tr("Last Updated") + ": " + getLastUpdateTime()); + 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"));