snac2

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

commit f903d0769baa6aa1b333d28d92312454c5421d43
parent af88b784786dc3f354ddb8e6a1a8cb2bbf4c44b4
Author: Haijo7 <haijo7@protonmail.com>
Date:   Thu,  1 Jun 2023 17:44:02 +0200

fixed typo in string "people that follows you"

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

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