mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Replaced "Image" with "File".
This commit is contained in:
parent
6e6fa934b5
commit
e02beac47e
1 changed files with 6 additions and 6 deletions
12
html.c
12
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")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue