mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 00:35:27 -04:00
Various Windows Build Fixes
* Fix #1846, kdbx is registered to KeePassXC with an icon (locked database icon) * Fix #2489, OpenSSL and Crypto libraries are packaged to support https connections * Fix minor typo in KeeShare (missing "?")
This commit is contained in:
parent
e60f4278f7
commit
c9f91b2de5
5 changed files with 15 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace
|
|||
} else {
|
||||
warning.setIcon(QMessageBox::Question);
|
||||
warning.setWindowTitle(ShareObserver::tr("Import from container with certificate"));
|
||||
warning.setText(ShareObserver::tr("Do you want to trust %1 with the fingerprint of %2 from %3")
|
||||
warning.setText(ShareObserver::tr("Do you want to trust %1 with the fingerprint of %2 from %3?")
|
||||
.arg(certificate.signer, certificate.fingerprint(), reference.path));
|
||||
}
|
||||
auto untrustedOnce = warning.addButton(ShareObserver::tr("Not this time"), QMessageBox::ButtonRole::NoRole);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue