From 35ecfe8795aeaa7d33aab7de36cbb2dd0d181d8d Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Tue, 1 Oct 2024 15:29:05 +0200 Subject: [PATCH] Rephrase sentences about EOL versions --- lizmap/plugin.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lizmap/plugin.py b/lizmap/plugin.py index e250acf9..4c8ed4c6 100755 --- a/lizmap/plugin.py +++ b/lizmap/plugin.py @@ -3595,14 +3595,13 @@ def project_config_file( if self.dlg.current_server_info(ServerComboData.LwcBranchStatus.value) in eol: if self.dlg.current_server_info(ServerComboData.LwcBranchStatus.value) == ReleaseStatus.Retired: msg = tr( - 'This version of Lizmap Web Client has now reached its end of life ' - 'and is not supported anymore.' + 'This version of Lizmap Web Client is now not supported anymore.' ) else: msg = tr( - 'This version of Lizmap Web Client has nearly reached its end of life as it is in ' - 'security bugfix mode. Only critical bugfix are added and soon the ' - 'branch will be declared end of life.' + 'This version of Lizmap Web Client is nearly not supported anymore. ' + 'It is in security bugfix mode only, it means only critical bugfix are fixed ' + 'and soon the branch will be declared not maintained.' ) QMessageBox.warning( self.dlg,