diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 7f33807f..43de23ac 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -185,6 +185,10 @@
"message": "Options",
"description": "Heading for options section on manage page."
},
+ "popupStylesFirst": {
+ "message": "List styles before commands in the toolbar button menu",
+ "description": "Label for the checkbox controlling section order in the toolbar button menu."
+ },
"prefShowBadge": {
"message": "Show number of styles active for the current site on the toolbar button",
"description": "Label for the checkbox controlling toolbar badge text."
diff --git a/manage.html b/manage.html
index 23fe8e1a..150cf5a2 100644
--- a/manage.html
+++ b/manage.html
@@ -91,6 +91,7 @@
.update-done .check-update {
display: none;
}
+ .hidden {display: none}
@media(max-width:675px) {
#header {
@@ -143,6 +144,7 @@