Skip to content

Commit 887aa51

Browse files
authored
Update main_window.py
1 parent 8277eef commit 887aa51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ def on_about_action(self, action, param):
11051105
else:
11061106
dialog.set_version(f"{version}-native")
11071107
dialog.set_application_icon(icon)
1108+
dialog.set_release_notes("<ul>\n<li>Updated translations</li>\n<li>Added support for localization SaveDesktop Github wiki. It is possible to translate using Weblate: https://hosted.weblate.org/projects/vikdevelop/savedesktop-github-wiki</li></ul>")
11081109
dialog.show()
11091110

11101111
def create_action(self, name, callback, shortcuts=None):

0 commit comments

Comments
 (0)