fix: correct localization of strings on Print window

This commit is contained in:
Brendan Hagan
2024-02-12 23:21:40 -05:00
parent cb8551c4ac
commit ad6d40df4c
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ Bug fixes:
* Fixed scrolled widgets not scrolling fully (or at all) on Linux (@llemoi, haganbmj#54)
* Fixed crash when 0 keywords match filter string in keyword panel (@llemoi, haganbmj#57)
* Correct "all images" filter when selecting files. (haganbmj#70)
* Correct localization of strings on Print window.
Internal:
* Add Mac OS build resources (@halian, haganbmj#67, haganbmj#68)