From 2f4a881dd27cf05e6512b2781db107213852c3ad Mon Sep 17 00:00:00 2001 From: default Date: Wed, 20 Mar 2024 06:15:02 +0100 Subject: [PATCH] Added a tip to delete the attachment. --- html.c | 1 + 1 file changed, 1 insertion(+) diff --git a/html.c b/html.c index 10557bc..c2098ed 100644 --- a/html.c +++ b/html.c @@ -376,6 +376,7 @@ xs_html *html_note(snac *user, char *summary, xs_html_sctag("input", xs_html_attr("type", "text"), xs_html_attr("name", "attach_url"), + xs_html_attr("title", L("Clear this field to delete the attachment")), xs_html_attr("value", att_file))); else xs_html_add(att,