diff options
author | saturneric <[email protected]> | 2024-01-26 06:05:34 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-26 06:05:34 +0000 |
commit | ca2117822d564b74634598af633495663573f144 (patch) | |
tree | 3933019b4aae5194e0470bee1af1e65a8b77bc36 /src/ui/function/RaisePinentry.cpp | |
parent | feat: enhance gnupg control board (diff) | |
download | GpgFrontend-ca2117822d564b74634598af633495663573f144.tar.gz GpgFrontend-ca2117822d564b74634598af633495663573f144.zip |
doc: fill translations mainly de and chinese
Diffstat (limited to 'src/ui/function/RaisePinentry.cpp')
-rw-r--r-- | src/ui/function/RaisePinentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/function/RaisePinentry.cpp b/src/ui/function/RaisePinentry.cpp index 447f15a1..216712e8 100644 --- a/src/ui/function/RaisePinentry.cpp +++ b/src/ui/function/RaisePinentry.cpp @@ -88,7 +88,7 @@ auto RaisePinentry::Exec() -> int { pinentry->setFormattedPassphrase({false, QString()}); pinentry->setConstraintsOptions({false, QString(), QString(), QString()}); - pinentry->setWindowTitle(tr("Buddled Pinentry")); + pinentry->setWindowTitle(tr("Bundled Pinentry")); /* If we reuse the same dialog window. */ pinentry->setPin(QString()); |