summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/html.c b/html.c
index dfe14b0..d3a6e58 100644
--- a/html.c
+++ b/html.c
@@ -446,8 +446,8 @@ d_char *html_top_controls(snac *snac, d_char *s)
446 snac->actor, 446 snac->actor,
447 L("Sensitive content"), 447 L("Sensitive content"),
448 L("Only for mentioned people"), 448 L("Only for mentioned people"),
449 L("Image"), 449 L("File"),
450 L("Image description"), 450 L("File description"),
451 L("Post"), 451 L("Post"),
452 452
453 L("More options..."), 453 L("More options..."),
@@ -633,8 +633,8 @@ xs_str *html_entry_controls(snac *snac, xs_str *os, const xs_dict *msg, const ch
633 id, 633 id,
634 L("Sensitive content"), 634 L("Sensitive content"),
635 L("Only for mentioned people"), 635 L("Only for mentioned people"),
636 L("Image"), 636 L("File"),
637 L("Image description"), 637 L("File description"),
638 md5, 638 md5,
639 L("Post") 639 L("Post")
640 ); 640 );
@@ -673,8 +673,8 @@ xs_str *html_entry_controls(snac *snac, xs_str *os, const xs_dict *msg, const ch
673 id, 673 id,
674 L("Sensitive content"), 674 L("Sensitive content"),
675 L("Only for mentioned people"), 675 L("Only for mentioned people"),
676 L("Image"), 676 L("File"),
677 L("Image description"), 677 L("File description"),
678 md5, 678 md5,
679 L("Post") 679 L("Post")
680 ); 680 );