mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-28 06:49:57 -06:00
dbhub: Better explanations for the Clone button
Thanks to @justinclift for pointing this out.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user