In addition to all available address book rooms, the address
[citadel.git] / webcit / messages.c
index 86ec2a5acb4a0076aaa17d837d7cd66f0c187a3b..9e686029f55acc6075751e1446ee0a7065f357ad 100644 (file)
@@ -3074,7 +3074,12 @@ void display_enter(void)
 
        wprintf("<tr><td>");
        wprintf("<font size=-1>");
-       wprintf(_("Subject (optional):"));
+       if (recipient_required) {
+               wprintf(_("Subject:"));
+       }
+       else {
+               wprintf(_("Subject (optional):"));
+       }
        wprintf("</font>");
        wprintf("</td><td>"
                "<input type=\"text\" name=\"subject\" value=\"");