Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/Kdbx3Reader.cpp')
-rw-r--r--src/format/Kdbx3Reader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format/Kdbx3Reader.cpp b/src/format/Kdbx3Reader.cpp
index 4fec74718..9196bc616 100644
--- a/src/format/Kdbx3Reader.cpp
+++ b/src/format/Kdbx3Reader.cpp
@@ -78,7 +78,8 @@ bool Kdbx3Reader::readDatabaseImpl(QIODevice* device,
QByteArray realStart = cipherStream.read(32);
if (realStart != m_streamStartBytes) {
- raiseError(tr("Wrong key or database file is corrupt."));
+ raiseError(tr("Invalid credentials were provided, please try again.\n"
+ "If this reoccurs, then your database file may be corrupt."));
return false;
}