Skip to content

Commit 38e0c1c

Browse files
authored
Update main.py
1 parent f4bb341 commit 38e0c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ def on_about_action(self, action, param):
13901390
dialog = Adw.AboutWindow(transient_for=app.get_active_window())
13911391
dialog.set_application_name(jT["timer_title"])
13921392
dialog.set_version("2.9")
1393-
dialog.set_release_notes(release_29T_20230214 + release_29T + release_29 + release_28 + release_27_11 + release_27I + release_27)
1393+
dialog.set_release_notes(release_29U + release_29T_20230214 + release_29T + release_29 + release_28 + release_27_11 + release_27I + release_27)
13941394
dialog.set_developer_name("vikdevelop")
13951395
self.add_translations_link(dialog)
13961396
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))

0 commit comments

Comments
 (0)