From 00a4fb74c8e80532086ada4063a33bda1c477d5e Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Thu, 7 Dec 2023 17:57:30 +0100 Subject: [PATCH] Fix typo --- lizmap/plugin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lizmap/plugin.py b/lizmap/plugin.py index d3bc39aa..5fb748b0 100755 --- a/lizmap/plugin.py +++ b/lizmap/plugin.py @@ -3138,9 +3138,9 @@ def project_config_file( mode = tr('beginner') if beginner_mode else tr('normal') if self.dlg.check_results.has_blocking(): msg = tr( - 'You are using "{mode}" mode and you have some blocking checks.').format(mode=mode) + 'You are using the "{mode}" mode and you have some blocking checks.').format(mode=mode) else: - msg = tr('You are using "{mode}"').format(mode=mode) + msg = tr('You are using the "{mode}" mode.').format(mode=mode) self.dlg.label_check_resume.setText(msg) self.dlg.auto_fix_tooltip(is_lizmap_cloud(server_metadata)) @@ -3314,8 +3314,8 @@ def project_config_file( 'An error has been raised while saving table "{name}", maybe it was due to invalid layers ?' ).format(name=key) + '\n\n' + tr( - 'If yes, saving CFG file with invalid layers in the legend is not currently supported by ' - 'the plugin.' + 'If yes, saving the Lizmap configuration file with invalid layers in the legend is not ' + 'currently supported by the plugin.' ) + '\n\n' + tr( 'If not, it was a bug, please report it. The process is stopping.'