summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2023-05-17 12:03:35 +0200
committerGravatar default2023-05-17 12:03:35 +0200
commitef1db81d1a5fddad802bf54981ccd3b3d92c2529 (patch)
tree5ee129479b4a984efd22dd44f742664bd4d0c1b3 /html.c
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-ef1db81d1a5fddad802bf54981ccd3b3d92c2529.tar.gz
snac2-ef1db81d1a5fddad802bf54981ccd3b3d92c2529.tar.xz
snac2-ef1db81d1a5fddad802bf54981ccd3b3d92c2529.zip
Updated documentation.
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 f4349a3..e2760ca 100644
--- a/html.c
+++ b/html.c
@@ -475,7 +475,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
475 L("Maximum days to keep posts (0: server settings)"), 475 L("Maximum days to keep posts (0: server settings)"),
476 purge_days, 476 purge_days,
477 xs_type(d_dm_f_u) == XSTYPE_TRUE ? "checked" : "", 477 xs_type(d_dm_f_u) == XSTYPE_TRUE ? "checked" : "",
478 L("Block direct messages from people you don't follow"), 478 L("Drop direct messages from people you don't follow"),
479 L("Password (only to change it)"), 479 L("Password (only to change it)"),
480 L("Repeat Password"), 480 L("Repeat Password"),
481 L("Update user info") 481 L("Update user info")