From b6552a33fff701741f0cfaaa5947a11ff7a9074c Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Fri, 17 Nov 2023 17:46:22 +0100 Subject: [PATCH] Fix typo again --- lizmap/widgets/check_project.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lizmap/widgets/check_project.py b/lizmap/widgets/check_project.py index bed1748a..5ecd1f40 100644 --- a/lizmap/widgets/check_project.py +++ b/lizmap/widgets/check_project.py @@ -205,8 +205,8 @@ def __str__(self): global_connection = tr( 'To fix layers loaded later, edit your global PostgreSQL connection to enable this option, then change the ' 'datasource by right clicking on each layer above, then click "Change datasource" in the menu. Finally reselect ' - 'your layer in the new dialog with the updated connection. When opening a QGIS project in your desktop, ' - 'you mustn\'t have any prompt for a user or password. ' + 'your layer in the new dialog with the updated connection. When opening a QGIS project in your computer, with a ' + 'fresh launched QGIS software, you mustn\'t have any prompt for a user or password. ' 'The edited connection will take effect only on newly added layer into a project that\'s why the right-click step ' 'is required.' ) @@ -325,7 +325,7 @@ class Checks(Check, Enum): SimplifyGeometry = ( 'simplify_geometry', tr('Simplify geometry on the provider side'), - tr("PostgreSQL layer can have the simplification on the provider side enabled"), + tr("PostgreSQL layer can have the geometry simplification on the server side enabled"), ( '