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

View File

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