Skip to content

Commit 35ecfe8

Browse files
committed
Rephrase sentences about EOL versions
1 parent 24bb161 commit 35ecfe8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lizmap/plugin.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -3595,14 +3595,13 @@ def project_config_file(
35953595
if self.dlg.current_server_info(ServerComboData.LwcBranchStatus.value) in eol:
35963596
if self.dlg.current_server_info(ServerComboData.LwcBranchStatus.value) == ReleaseStatus.Retired:
35973597
msg = tr(
3598-
'This version of Lizmap Web Client has now reached its <strong>end of life</strong> '
3599-
'and is not supported anymore.'
3598+
'This version of Lizmap Web Client is now <strong>not supported anymore</strong>.'
36003599
)
36013600
else:
36023601
msg = tr(
3603-
'This version of Lizmap Web Client has nearly reached its end of life as it is in '
3604-
'<strong>security bugfix mode</strong>. Only critical bugfix are added and soon the '
3605-
'branch will be declared <strong>end of life</strong>.'
3602+
'This version of Lizmap Web Client is <strong>nearly not supported anymore</strong>. '
3603+
'It is in <strong>security bugfix mode only</strong>, it means only critical bugfix are fixed '
3604+
'and soon the branch will be declared <strong>not maintained</strong>.'
36063605
)
36073606
QMessageBox.warning(
36083607
self.dlg,

0 commit comments

Comments
 (0)