snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 99588a8a5c9f3cfec2e95f5dbae321da3a684dee
parent a9a4afadad4cad0aa4a4c8c0a16bc30d6c573629
Author: grunfink <grunfink@noreply.codeberg.org>
Date:   Fri,  2 Jun 2023 08:19:01 +0000

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

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/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);