diff options
| author | 2023-06-01 17:44:02 +0200 | |
|---|---|---|
| committer | 2023-06-01 17:44:02 +0200 | |
| commit | f903d0769baa6aa1b333d28d92312454c5421d43 (patch) | |
| tree | cd87b38c1414d797f771f47c814d4e7e39f8ceff /html.c | |
| parent | Fixed typo in notify(). (diff) | |
| download | snac2-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||