summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-15 16:03:30 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-15 16:03:30 +0100
commita42ac6c8c0f1686172a14122c970391997c13902 (patch)
treeda7c7739ec93d4ad527e7afd150e17f30edb20e7 /src
parentUpdate translations (diff)
downloadnheko-a42ac6c8c0f1686172a14122c970391997c13902.tar.xz
Update German translation
Diffstat (limited to 'src')
-rw-r--r--src/ChatPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 4e70411d..cd69ebb8 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1262,7 +1262,7 @@ ChatPage::decryptDownloadedSecrets(mtx::secret_storage::AesHmacSha2KeyDescriptio if (!decryptionKey) { QMessageBox::information( ChatPage::instance(), - QCoreApplication::translate("CrossSigningSecrets", "Decrytion failed"), + QCoreApplication::translate("CrossSigningSecrets", "Decryption failed"), QCoreApplication::translate("CrossSigningSecrets", "Failed to decrypt secrets with the " "provided recovery key or passphrase"));