From 89f1298a4806b06be211126822b86d5e0bd83bef Mon Sep 17 00:00:00 2001 From: Zach H Date: Mon, 15 Jun 2015 16:47:02 -0400 Subject: [PATCH] change wording --- cockatrice/src/dlg_settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index 4faf5cb8..dc7bcdc7 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -232,7 +232,7 @@ void GeneralSettingsPage::retranslateUi() personalGroupBox->setTitle(tr("Personal settings")); languageLabel.setText(tr("Language:")); picDownloadCheckBox.setText(tr("Download card pictures on the fly")); - picDownloadHqCheckBox.setText(tr("Download high-quality card pictures")); + picDownloadHqCheckBox.setText(tr("Download card pictures from a custom URL")); pathsGroupBox->setTitle(tr("Paths")); deckPathLabel.setText(tr("Decks directory:")); replaysPathLabel.setText(tr("Replays directory:")); @@ -240,7 +240,7 @@ void GeneralSettingsPage::retranslateUi() cardDatabasePathLabel.setText(tr("Card database:")); tokenDatabasePathLabel.setText(tr("Token database:")); pixmapCacheLabel.setText(tr("Picture cache size:")); - highQualityURLLabel.setText(tr("High Quality Source URL:")); + highQualityURLLabel.setText(tr("Custom Card Download URL:")); highQualityURLLinkLabel.setText(QString("" + tr("Linking FAQ") + "")); clearDownloadedPicsButton.setText(tr("Reset/Clear Downloaded Pictures")); }