summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar Haijo72023-06-01 17:44:02 +0200
committerGravatar Haijo72023-06-01 17:44:02 +0200
commitf903d0769baa6aa1b333d28d92312454c5421d43 (patch)
treecd87b38c1414d797f771f47c814d4e7e39f8ceff /html.c
parentFixed typo in notify(). (diff)
downloadsnac2-f903d0769baa6aa1b333d28d92312454c5421d43.tar.gz
snac2-f903d0769baa6aa1b333d28d92312454c5421d43.tar.xz
snac2-f903d0769baa6aa1b333d28d92312454c5421d43.zip
fixed typo in string "people that follows you"
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index d3f812b..bf71710 100644
--- a/html.c
+++ b/html.c
@@ -1347,7 +1347,7 @@ d_char *html_people(snac *snac)
1347 1347
1348 s = html_people_list(snac, s, wing, L("People you follow"), "i"); 1348 s = html_people_list(snac, s, wing, L("People you follow"), "i");
1349 1349
1350 s = html_people_list(snac, s, wers, L("People that follows you"), "e"); 1350 s = html_people_list(snac, s, wers, L("People that follow you"), "e");
1351 1351
1352 s = html_user_footer(s); 1352 s = html_user_footer(s);
1353 1353