mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Call the reminder body the "Summary" rather than "Subject" to be consistent with ical.
This commit is contained 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
|
The sixth control specifies what \fBRemind\fR should do if a reminder
|
||||||
falls on a holiday or weekend.
|
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
|
you want, you can enter a location and longer description in the
|
||||||
\fBLocation:\fR and \fBDescription:\fR boxes. If you enter anything
|
\fBLocation:\fR and \fBDescription:\fR boxes. If you enter anything
|
||||||
here, they will be added as \fBINFO\fR items to the reminder.
|
here, they will be added as \fBINFO\fR items to the reminder.
|
||||||
|
|||||||
@@ -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
|
pack $w.labhol $w.issue $w.skip $w.before $w.after -side top -anchor w -in $w.hol
|
||||||
|
|
||||||
# TEXT ENTRY
|
# TEXT ENTRY
|
||||||
label $w.msglab -text "Subject:"
|
label $w.msglab -text "Summary:"
|
||||||
entry $w.entry
|
entry $w.entry
|
||||||
balloon_add_help $w.entry "Enter the text of the reminder"
|
balloon_add_help $w.entry "Enter the text of the reminder"
|
||||||
grid $w.msglab -row 0 -column 0 -in $w.msg -sticky e
|
grid $w.msglab -row 0 -column 0 -in $w.msg -sticky e
|
||||||
|
|||||||
Reference in New Issue
Block a user