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);}); QTimer::singleShot(1, [=]() {doImport(keys);});
// Show the dialog that keys will be imported. // Show the dialog that keys will be imported.
QMessageBox::information(this, QMessageBox::information(this, "Imported", tr("The keys were imported! It may take several hours to rescan the blockchain. Until then, functionality may be limited"),
"Imported", tr("The keys were imported! It may take several minutes to rescan the blockchain. Until then, functionality may be limited"),
QMessageBox::Ok); QMessageBox::Ok);
} }
} }

5
src/privkey.ui

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

Loading…
Cancel
Save