mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
@@ -320,9 +320,9 @@ void RemoteDatabase::prepareProgressDialog(QNetworkReply* reply, bool upload, co
|
||||
|
||||
// Set dialog text
|
||||
if(upload)
|
||||
m_progress->setLabelText(tr("Uploading remote database to\n%1.").arg(url));
|
||||
m_progress->setLabelText(tr("Uploading remote database to\n%1").arg(url));
|
||||
else
|
||||
m_progress->setLabelText(tr("Downloading remote database from\n%1.").arg(url));
|
||||
m_progress->setLabelText(tr("Downloading remote database from\n%1").arg(url));
|
||||
|
||||
// Show dialog
|
||||
m_progress->show();
|
||||
|
||||
Reference in New Issue
Block a user