Skip to content

Commit 1a87099

Browse files
authored
Update main.py
1 parent cc23d96 commit 1a87099

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
@@ -1491,7 +1491,7 @@ def on_about_action(self, action, param):
14911491
dialog = Adw.AboutWindow(transient_for=app.get_active_window())
14921492
dialog.set_application_name(jT["timer_title"])
14931493
dialog.set_version("2.9")
1494-
dialog.set_release_notes(release30B + release_29U + release_29T_20230214 + release_29T + release_29 + release_28 + release_27_11 + release_27I + release_27)
1494+
dialog.set_release_notes(release_30B + release_29U + release_29T_20230214 + release_29T + release_29 + release_28 + release_27_11 + release_27I + release_27)
14951495
dialog.set_developer_name("vikdevelop")
14961496
self.add_translations_link(dialog)
14971497
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))

0 commit comments

Comments
 (0)