Browse Source

dialog text

pull/145/head
onryo 4 months ago
parent
commit
219e41ccb5
  1. 3
      src/mainwindow.cpp
  2. 5
      src/privkey.ui

3
src/mainwindow.cpp

@ -1284,8 +1284,7 @@ void MainWindow::importPrivKey() {
QTimer::singleShot(1, [=]() {doImport(keys);});
// Show the dialog that keys will be imported.
QMessageBox::information(this,
"Imported", tr("The keys were imported! It may take several minutes to rescan the blockchain. Until then, functionality may be limited"),
QMessageBox::information(this, "Imported", tr("The keys were imported! It may take several hours to rescan the blockchain. Until then, functionality may be limited"),
QMessageBox::Ok);
}
}

5
src/privkey.ui

@ -27,8 +27,11 @@
<string>Rescan</string>
</property>
<property name="checkable">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>

Loading…
Cancel
Save