diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 3e6a9326..4910ec4a 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -391,6 +391,10 @@
"excludeStyleByUrlLabel": {
"message": "Exclude the current URL"
},
+ "exportDeduplicate": {
+ "message": "Shift-click or Right-click will export a smaller file for UserCSS styles.\nSuch styles are importable only in Stylus 1.5.23 or newer.",
+ "description": "Tooltip for the button to export all styles in the 'manage' page"
+ },
"exportLabel": {
"message": "Export",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
diff --git a/manage.html b/manage.html
index c0eddb19..85b10f2e 100644
--- a/manage.html
+++ b/manage.html
@@ -323,7 +323,7 @@