Merge pull request #132 from Murmele/WrongLabel

remove label
This commit is contained in:
Murmele 2022-04-20 08:57:42 +02:00 committed by GitHub
commit a9961faba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,6 @@ public:
form->addRow(tr("Language:"), mNoTranslation);
form->addRow(tr("Credentials:"), mStoreCredentials);
form->addRow(QString(), privacy);
form->addRow(QString(), new QLabel(tr("%1 will be replaced with the repository's directory")));
#if defined(Q_OS_LINUX) || defined(Q_OS_WIN)
form->addRow(tr("Single instance:"), mSingleInstance);