mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-24 22:48:23 -05:00
dbhub: Add some line breaks to the input dialog text for cloning
This commit is contained in:
+4
-3
@@ -168,9 +168,10 @@ void RemoteDock::fetchDatabase(QString url_string)
|
||||
{
|
||||
url_string = QInputDialog::getText(this,
|
||||
qApp->applicationName(),
|
||||
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."),
|
||||
tr("This downloads a database from a remote server for local editing.\n"
|
||||
"Please enter the URL to clone from. You can generate this URL by\n"
|
||||
"clicking the 'Clone Database in DB4S' button on the web page\n"
|
||||
"of the database."),
|
||||
QLineEdit::Normal,
|
||||
QApplication::clipboard()->text());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user