From 9cf66f976806d1a5fc4f5ee956944722e229bf33 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Tue, 21 May 2024 16:17:52 +0200 Subject: [PATCH] Review strings --- lizmap/definitions/lizmap_cloud.py | 2 +- lizmap/plugin.py | 2 +- lizmap/resources/ui/ui_lizmap.ui | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lizmap/definitions/lizmap_cloud.py b/lizmap/definitions/lizmap_cloud.py index d29ea35d..14c64900 100644 --- a/lizmap/definitions/lizmap_cloud.py +++ b/lizmap/definitions/lizmap_cloud.py @@ -12,7 +12,7 @@ CLOUD_QGIS_MIN_RECOMMENDED = (3, 28, 0) UPLOAD_EXTENSIONS = ('fgb', 'gpkg', 'xlsx', 'xls', 'csv', 'ods', 'kml', 'geojson') -UPLOAD_MAX_SIZE = 10000000 # 10 Mb +UPLOAD_MAX_SIZE = 11000000 # 11 Mb # Excluded domains from Plausible EXCLUDED_DOMAINS = ('demo.snap.lizmap.com', 'demo.lizmap.com', 'localhost:8130', ) diff --git a/lizmap/plugin.py b/lizmap/plugin.py index d5e43f68..38e756fe 100755 --- a/lizmap/plugin.py +++ b/lizmap/plugin.py @@ -5002,7 +5002,7 @@ def download_training_data_clicked(self): if not webdav.get('url'): self.dlg.display_message_bar( CLOUD_NAME, - tr("WebDav is not available on the instance '{}'").format( + tr("WebDAV is not available on the instance '{}'").format( self.dlg.current_server_info(ServerComboData.ServerUrl.value)), level=Qgis.Critical, ) diff --git a/lizmap/resources/ui/ui_lizmap.ui b/lizmap/resources/ui/ui_lizmap.ui index 207b022a..beace3e0 100755 --- a/lizmap/resources/ui/ui_lizmap.ui +++ b/lizmap/resources/ui/ui_lizmap.ui @@ -5142,7 +5142,10 @@ This is different to the map maximum extent (defined in QGIS project properties, - 3. Create a folder on your computer to store files related to your Lizmap application + 3. Create a folder on your computer to store files related to your Lizmap server (this folder will represent your Lizmap server and will contain many Lizmap repositories) + + + true @@ -5152,7 +5155,7 @@ This is different to the map maximum extent (defined in QGIS project properties, - 4. Choose a name used to identify your own folder within the Lizmap application + 4. Choose a name used to identify your own folder within the Lizmap server