From 6f8b418e80161006b5dbeb7f46946bb990734777 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 1 Oct 2023 14:49:15 -0400 Subject: [PATCH] Fixed a typo in the cancel button for daily reminders. --- scripts/reminder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reminder.sh b/scripts/reminder.sh index 579715a..a79076b 100755 --- a/scripts/reminder.sh +++ b/scripts/reminder.sh @@ -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.