mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct the RC4 timeout message to read December 31, 2018.
This commit is contained in:
parent
c2abf53a0e
commit
af53806081
@ -951,7 +951,7 @@ void MainWindow::not_GA_warning_message ()
|
||||
"On-the-air use carries an obligation to report problems\n"
|
||||
"to the WSJT Development group and to upgrade to a GA\n"
|
||||
"(General Availability) release when it becomes available.\n\n"
|
||||
"This version cannot be used after November 30, 2018\n\n");
|
||||
"This version cannot be used after December 31, 2018\n\n");
|
||||
|
||||
if(now.daysTo(timeout) < 0) Q_EMIT finished();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user