diff options
author | Saturneric <[email protected]> | 2021-12-16 18:31:11 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-16 18:31:11 +0000 |
commit | 3e17611f9a256d6b79a7d29225a9cf1bedb4f186 (patch) | |
tree | e0b442584bc7db9954c615df896021967feb9cb1 /src/ui/keypair_details/KeySetExpireDateDialog.cpp | |
parent | Fixed & Improve. (diff) | |
download | GpgFrontend-3e17611f9a256d6b79a7d29225a9cf1bedb4f186.tar.gz GpgFrontend-3e17611f9a256d6b79a7d29225a9cf1bedb4f186.zip |
Fixed & Update Translation.
Diffstat (limited to 'src/ui/keypair_details/KeySetExpireDateDialog.cpp')
-rw-r--r-- | src/ui/keypair_details/KeySetExpireDateDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeySetExpireDateDialog.cpp b/src/ui/keypair_details/KeySetExpireDateDialog.cpp index f0488105..5b592cf6 100644 --- a/src/ui/keypair_details/KeySetExpireDateDialog.cpp +++ b/src/ui/keypair_details/KeySetExpireDateDialog.cpp @@ -101,7 +101,7 @@ void KeySetExpireDateDialog::init() { auto max_date_time = longer_expiration_date - ? QDateTime::currentDateTime().toLocalTime().addYears(70) + ? QDateTime::currentDateTime().toLocalTime().addYears(30) : QDateTime::currentDateTime().toLocalTime().addYears(2); auto min_date_time = QDateTime::currentDateTime().addDays(7); |