Skip to content

Commit

Permalink
Fix typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 17, 2023
1 parent 2389faa commit b6552a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lizmap/widgets/check_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def __str__(self):
global_connection = tr(
'To fix layers loaded <b>later</b>, 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.'
)
Expand Down Expand Up @@ -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"),
(
'<ul>'
'<li>{auto_fix}</li>'
Expand Down Expand Up @@ -424,7 +424,7 @@ class Checks(Check, Enum):
)
AuthenticationDb = (
Settings.PreventPgAuthDb,
tr('Authentication database'),
tr('QGIS Authentication database'),
tr(
'The layer is using the QGIS authentication database. You have activated a safeguard preventing you using '
'the QGIS authentication database.'
Expand Down Expand Up @@ -458,7 +458,7 @@ class Checks(Check, Enum):
Settings.PreventPgService,
tr('PostgreSQL service'),
tr(
'Using a PostgreSQL service file can be recommended in many cases, but it requires a configuration step. '
'Using a PostgreSQL service file is recommended in many cases, but it requires a configuration step. '
'If you have done the configuration (on the server side mainly), you can disable this safeguard.'
),
(
Expand Down

0 comments on commit b6552a3

Please sign in to comment.