Skip to content

Commit

Permalink
Rephrase sentences about EOL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 1, 2024
1 parent 24bb161 commit 35ecfe8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lizmap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>end of life</strong> '
'and is not supported anymore.'
'This version of Lizmap Web Client is now <strong>not supported anymore</strong>.'
)
else:
msg = tr(
'This version of Lizmap Web Client has nearly reached its end of life as it is in '
'<strong>security bugfix mode</strong>. Only critical bugfix are added and soon the '
'branch will be declared <strong>end of life</strong>.'
'This version of Lizmap Web Client is <strong>nearly not supported anymore</strong>. '
'It is in <strong>security bugfix mode only</strong>, it means only critical bugfix are fixed '
'and soon the branch will be declared <strong>not maintained</strong>.'
)
QMessageBox.warning(
self.dlg,
Expand Down

0 comments on commit 35ecfe8

Please sign in to comment.