Fixed a typo in the cancel button for daily reminders.

This commit is contained in:
Storm Dragon 2023-10-01 14:49:15 -04:00
parent 239d110f58
commit 6f8b418e80
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ add_daily_reminder() {
--field="Select Hour:":num '1!1..12' \
--field="Select Minute:":num '0!0..59' \
--field="Select AM or PM":cb 'AM!PM' \
--button="Cancel~gtk-cancel:1" \
--button="Cancel!gtk-cancel:1" \
--button="Create Reminder!gtk-ok:0")"
# Properly handle window close events.