summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-05-30 09:01:33 +0200
committerdefault <nobody@localhost>2023-05-30 09:01:33 +0200
commite02beac47e42b44d0b96b077db31c0d0cefa90b7 (patch)
treea58ad936da7cd01a39c4fb2d96fe53c487b20200 /html.c
parent6e6fa934b5766c7a92c257262a9856c1a36d01fd (diff)
Replaced "Image" with "File".
Diffstat (limited to 'html.c')
-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)
snac->actor,
L("Sensitive content"),
L("Only for mentioned people"),
- L("Image"),
- L("Image description"),
+ L("File"),
+ L("File description"),
L("Post"),
L("More options..."),
@@ -633,8 +633,8 @@ xs_str *html_entry_controls(snac *snac, xs_str *os, const xs_dict *msg, const ch
id,
L("Sensitive content"),
L("Only for mentioned people"),
- L("Image"),
- L("Image description"),
+ L("File"),
+ L("File description"),
md5,
L("Post")
);
@@ -673,8 +673,8 @@ xs_str *html_entry_controls(snac *snac, xs_str *os, const xs_dict *msg, const ch
id,
L("Sensitive content"),
L("Only for mentioned people"),
- L("Image"),
- L("Image description"),
+ L("File"),
+ L("File description"),
md5,
L("Post")
);