We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e82e1 commit ec11010Copy full SHA for ec11010
1 file changed
src/ui/GpgFrontendUIInit.cpp
@@ -61,12 +61,10 @@ void WaitEnvCheckingProcess() {
61
progress_dialog->setMinimum(0);
62
63
auto* waiting_dialog_label = new QLabel(
64
- QCoreApplication::tr("Loading GnuPG Info...") + "<br /><br />" +
+ QCoreApplication::tr("Loading Essential Info...") + "<br /><br />" +
65
QCoreApplication::tr(
66
- "If this process is too slow, please set the key "
67
- "server address appropriately in the gnupg configuration "
68
- "file (depending "
69
- "on the network situation in your country or region)."));
+ "This may take a few seconds or minutes according to your default "
+ "openpgp engine, please wait patiently."));
70
71
waiting_dialog_label->setWordWrap(true);
72
progress_dialog->setLabel(waiting_dialog_label);
0 commit comments