dbhub: Better explanations for the Clone button

Thanks to @justinclift for pointing this out.
This commit is contained in:
Martin Kleusberg
2020-07-18 10:03:21 +02:00
parent f75a35877e
commit f81e4c2f6f
2 changed files with 6 additions and 1 deletions

View File

@@ -157,7 +157,9 @@ void RemoteDock::fetchDatabase(QString url_string)
{
url_string = QInputDialog::getText(this,
qApp->applicationName(),
tr("Please enter the URL to clone from."),
tr("This downloads a database from a remote server for local editing. "
"Please enter the URL to clone from. You can generate this URL by clicking "
"the 'Clone Database in DB4S' button on the web page of the database."),
QLineEdit::Normal,
QApplication::clipboard()->text());
}

View File

@@ -79,6 +79,9 @@
</item>
<item>
<widget class="QToolButton" name="buttonCloneDatabase">
<property name="toolTip">
<string>Use this to download a remote database for local editing using a URL as provided on the web page of the database.</string>
</property>
<property name="text">
<string>Clone</string>
</property>