From 75a4e98de20ad8f3215779fc44fb344ecb5496a9 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Fri, 31 Jan 2025 21:21:30 -0500 Subject: [PATCH] Call the reminder body the "Summary" rather than "Subject" to be consistent with ical. --- man/tkremind.1.in | 2 +- scripts/tkremind.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/tkremind.1.in b/man/tkremind.1.in index 5b142da0..cd94f9fc 100644 --- a/man/tkremind.1.in +++ b/man/tkremind.1.in @@ -102,7 +102,7 @@ You can also specify advance notice, possibly repeating. The sixth control specifies what \fBRemind\fR should do if a reminder falls on a holiday or weekend. -Enter the body of the reminder into the \fBSubject:\fR text entry. If +Enter the body of the reminder into the \fBSummary:\fR text entry. If you want, you can enter a location and longer description in the \fBLocation:\fR and \fBDescription:\fR boxes. If you enter anything here, they will be added as \fBINFO\fR items to the reminder. diff --git a/scripts/tkremind.in b/scripts/tkremind.in index 629644ba..33cfcb68 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -1918,7 +1918,7 @@ proc CreateModifyDialog {w day firstDay args} { pack $w.labhol $w.issue $w.skip $w.before $w.after -side top -anchor w -in $w.hol # TEXT ENTRY - label $w.msglab -text "Subject:" + label $w.msglab -text "Summary:" entry $w.entry balloon_add_help $w.entry "Enter the text of the reminder" grid $w.msglab -row 0 -column 0 -in $w.msg -sticky e