diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 73b20638..f632c8a1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -24,10 +24,6 @@ }, "description": "Text on the manage screen to describe what the style applies to" }, - "appliesDisplayTruncatedSuffix": { - "message": "and more", - "description": "Text added to appliesDisplay when there are more sites for the style than are displayed" - }, "appliesDomainOption": { "message": "URLs on the domain", "description": "Option to make the style apply to the entered string as a domain" @@ -413,6 +409,10 @@ "message": "History", "description": "Used in various places to show a history log of something" }, + "genericName": { + "message": "Name", + "description": "Used in various places to indicate the style name" + }, "genericNext": { "message": "Next", "description": "Used in various places to select/perform the next step/action" @@ -1245,6 +1245,10 @@ "message": "oldest first", "description": "Text added to indicate that sorting a date would add the oldest entries at the top" }, + "sortHeader": { + "message": "Sort", + "description": "Title of sort column, indicating that the style can be manually sorted by dragging & dropping" + }, "sortLabel": { "message": "Select a sort to apply to the installed styles", "description": "Title on the sort select to indicate it is used for sorting entries" diff --git a/manage.html b/manage.html index 76e0c7ce..fbdbb4a2 100644 --- a/manage.html +++ b/manage.html @@ -1,4 +1,4 @@ - +
@@ -11,8 +11,6 @@ - -