summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-03 23:44:55 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-03 23:44:55 +0100
commite1b9a0c61949b85fa1396681e3ed8b107f69e24b (patch)
tree91b1c9f8ab371013f173377eb6a60bbae9b0f905 /src
parentUse ItemDelegate for CommunitiesList (diff)
downloadnheko-e1b9a0c61949b85fa1396681e3ed8b107f69e24b.tar.xz
Update translations
Diffstat (limited to 'src')
-rw-r--r--src/Cache.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 5e28a0b8..58eb2630 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -766,11 +766,11 @@ fatalSecretError() QCoreApplication::translate("SecretStorage", "Failed to connect to secret storage"), QCoreApplication::translate( "SecretStorage", - "Nheko could not connect to the secure storage to save encryption secrets to. " - "This can have multiple reasons. Check if your D-Bus service is running and " - "you have configured a service like KWallet, Gnome Secrets or the equivalent " - "for your platform. If you are having trouble, feel free to open an issue " - "here: https://github.com/Nheko-Reborn/nheko/issues")); + "Nheko could not connect to the secure storage to save encryption secrets to. This can " + "have multiple reasons. Check if your D-Bus service is running and you have configured a " + "service like KWallet, Gnome Keyring, KeePassXC or the equivalent for your platform. If " + "you are having trouble, feel free to open an issue here: " + "https://github.com/Nheko-Reborn/nheko/issues")); QCoreApplication::exit(1); exit(1);