aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-16 18:31:11 +0000
committerSaturneric <[email protected]>2021-12-16 18:31:11 +0000
commit3e17611f9a256d6b79a7d29225a9cf1bedb4f186 (patch)
treee0b442584bc7db9954c615df896021967feb9cb1 /src
parentFixed & Improve. (diff)
downloadGpgFrontend-3e17611f9a256d6b79a7d29225a9cf1bedb4f186.tar.gz
GpgFrontend-3e17611f9a256d6b79a7d29225a9cf1bedb4f186.zip
Fixed & Update Translation.
Diffstat (limited to 'src')
-rw-r--r--src/ui/keypair_details/KeySetExpireDateDialog.cpp2
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);