From 3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985 Mon Sep 17 00:00:00 2001 From: Yonle Date: Mon, 24 Jul 2023 23:13:13 +0700 Subject: html.c: Put "User Settings" outside of "Operations". Signed-off-by: Yonle --- html.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index ab23032..7ce94f2 100644 --- a/html.c +++ b/html.c @@ -440,6 +440,7 @@ d_char *html_top_controls(snac *snac, d_char *s) "\n" " %s\n" "

\n" + "\n" "

%s\n" @@ -484,7 +485,6 @@ d_char *html_top_controls(snac *snac, d_char *s) "\n" "
\n" - "\n" "\n" "\n"; @@ -550,7 +550,7 @@ d_char *html_top_controls(snac *snac, d_char *s) L("Post"), - L("Preferences..."), + L("Operations..."), snac->actor, L("Follow"), L("(by URL or user@host)"), @@ -558,7 +558,7 @@ d_char *html_top_controls(snac *snac, d_char *s) snac->actor, L("Boost"), L("(by URL)"), - L("User Settings"), + L("User Settings..."), snac->actor, L("Display name"), es1, -- cgit v1.2.3