diff --git a/html.c b/html.c
index e4703d1..72aa782 100644
--- a/html.c
+++ b/html.c
@@ -392,6 +392,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
"
\n"
"
\n"
+ "\n"
"
\n"
"%s
\n"
@@ -528,6 +530,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
xs *es6 = encode_html(purge_days);
xs *s1 = xs_fmt(_tmpl,
+ L("New Post..."),
snac->actor,
L("Sensitive content"),
L("Sensitive content description"),
@@ -547,7 +550,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
L("Post"),
- L("More options..."),
+ L("Preferences..."),
snac->actor,
L("Follow"), L("(by URL or user@host)"),
@@ -555,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,