mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Merge pull request 'fixed typo in string "people that follows you"' (#38) from Haijo7/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/38
This commit is contained in:
commit
99588a8a5c
2
html.c
2
html.c
@ -1360,7 +1360,7 @@ d_char *html_people(snac *snac)
|
||||
|
||||
s = html_people_list(snac, s, wing, L("People you follow"), "i");
|
||||
|
||||
s = html_people_list(snac, s, wers, L("People that follows you"), "e");
|
||||
s = html_people_list(snac, s, wers, L("People that follow you"), "e");
|
||||
|
||||
s = html_user_footer(s);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user