Skip to content

Commit

Permalink
Review strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 21, 2024
1 parent 767ecb4 commit 9cf66f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lizmap/definitions/lizmap_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', )
Expand Down
2 changes: 1 addition & 1 deletion lizmap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down
7 changes: 5 additions & 2 deletions lizmap/resources/ui/ui_lizmap.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5142,7 +5142,10 @@ This is different to the map maximum extent (defined in QGIS project properties,
<item>
<widget class="QLabel" name="label_57">
<property name="text">
<string>3. Create a folder on your computer to store files related to your Lizmap application</string>
<string>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)</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
Expand All @@ -5152,7 +5155,7 @@ This is different to the map maximum extent (defined in QGIS project properties,
<item>
<widget class="QLabel" name="label_66">
<property name="text">
<string>4. Choose a name used to identify your own folder within the Lizmap application</string>
<string>4. Choose a name used to identify your own folder within the Lizmap server</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 9cf66f9

Please sign in to comment.