Skip to content

Commit 96639c6

Browse files
committed
Fix typo and update changelog
1 parent 190cdd4 commit 96639c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
* Add Qt6 compatibility
6+
* Review social networks links
7+
* Fix export of modules etc. in the markdown
8+
* Do not notify Lizmap Cloud users if the instance is not up to date
9+
510
## 4.4.4 - 2024-10-29
611

712
* Add new settings about maximum scales when zooming on points, lines or polygons, for Lizmap Web Client 3.9

lizmap/dialogs/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def copy_clip_board_summary_table(self):
571571

572572
def follow_map_theme_toggled(self):
573573
""" If the theme is loaded at startup, the UX is updated about the toggled checkbox and the legend option. """
574-
text = ". " + tr("Overriden by the map theme")
574+
text = ". " + tr("Overridden by the map theme")
575575

576576
# List of item data where we need to add the text suffix.
577577
items = ('expand_at_startup', 'hide_at_startup')

0 commit comments

Comments
 (0)