Skip to content

Commit

Permalink
update notify text
Browse files Browse the repository at this point in the history
  • Loading branch information
mustaphaturhan committed Feb 1, 2025
1 parent d220b66 commit 222d02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeadscratcherApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
]

let timeIntervalMenuItem = NSMenuItem(
title: "Select Time Interval", action: nil, keyEquivalent: "")
title: "Notify after", action: nil, keyEquivalent: "")
menu.setSubmenu(timeIntervalMenu, for: timeIntervalMenuItem)

menu.addItem(timeIntervalMenuItem)
Expand Down

0 comments on commit 222d02d

Please sign in to comment.