Change "Body:" to "Subject:" and update man page.

This commit is contained in:
Dianne Skoll
2025-01-31 16:48:48 -05:00
parent e7ec975ff0
commit f7a19d1570
2 changed files with 9 additions and 2 deletions

View File

@@ -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 "Body:"
label $w.msglab -text "Subject:"
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