Skip to content

Commit

Permalink
Fix typo and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 14, 2024
1 parent 190cdd4 commit 96639c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

* Add Qt6 compatibility
* Review social networks links
* Fix export of modules etc. in the markdown
* Do not notify Lizmap Cloud users if the instance is not up to date

## 4.4.4 - 2024-10-29

* Add new settings about maximum scales when zooming on points, lines or polygons, for Lizmap Web Client 3.9
Expand Down
2 changes: 1 addition & 1 deletion lizmap/dialogs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def copy_clip_board_summary_table(self):

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

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

0 comments on commit 96639c6

Please sign in to comment.