Skip to content

Commit 86ad293

Browse files
authored
Update main.py
1 parent 7af004a commit 86ad293

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
@@ -1223,7 +1223,7 @@ def on_about_action(self, action, param):
12231223
dialog.set_version("3.4")
12241224
dialog.set_developer_name("vikdevelop")
12251225
self.add_translations_link(dialog)
1226-
dialog.set_release_notes("<ul><li>Setted up shortcut for opening new app windows (Ctrl+N)</li><li>added Hindi translations, thanks to @Scrambled777</li><li>Updated translations</li></ul>")
1226+
dialog.set_release_notes("<ul><li>Removed the keyboard shortcut Ctrl+M for going to more settings in the app</li><li>Updated translations</li><li>Switch \"Play beep\" button is now showing if the action of the timer is the default action only</li></ul>")
12271227
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
12281228
dialog.set_website("https://github.com/vikdevelop/timer")
12291229
dialog.set_issue_url("https://github.com/vikdevelop/timer/issues")

0 commit comments

Comments
 (0)