From bc44f8ce2ae3cf9347a7476485ddaf8965930392 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 17 Nov 2015 16:04:29 +0100 Subject: [PATCH] link renaming -`Linking FAQ` --> `How to set a custom picture url` -updated define accordingly --- 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 8f84001f..787882ac 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -30,7 +30,7 @@ #include "soundengine.h" #include "sequenceEdit/shortcutstab.h" -#define LINKING_FAQ_URL "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-URLs" +#define WIKI_CUSTOM_PIC_URL "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-URLs" GeneralSettingsPage::GeneralSettingsPage() { @@ -247,7 +247,7 @@ void GeneralSettingsPage::retranslateUi() tokenDatabasePathLabel.setText(tr("Token database:")); pixmapCacheLabel.setText(tr("Picture cache size:")); highQualityURLLabel.setText(tr("Custom Card Download URL:")); - highQualityURLLinkLabel.setText(QString("%2").arg(LINKING_FAQ_URL).arg(tr("Linking FAQ"))); + highQualityURLLinkLabel.setText(QString("%2").arg(WIKI_CUSTOM_PIC_URL).arg(tr("How to set a custom picture url"))); clearDownloadedPicsButton.setText(tr("Reset/Clear Downloaded Pictures")); updateNotificationCheckBox.setText(tr("Notify when new client features are available")); }