Skip to content

Commit 51b2a8e

Browse files
authored
update changelog
1 parent 3180399 commit 51b2a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def on_about_action(self, action, param):
11411141
else:
11421142
dialog.set_version(f"{version}-native")
11431143
dialog.set_application_icon(icon)
1144-
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>")
1144+
dialog.set_release_notes("<ul>\n<li>Added the option to choose manual synchronization from the menu in the header bar by clicking on three dots</li></ul>")
11451145
dialog.show()
11461146

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

0 commit comments

Comments
 (0)