Added option to activate the enableEscalateThread flag
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index decd633..606aa26 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -51,6 +51,10 @@
     "message": "Add the option to duplicate multiple threads at the same time from the Community Console thread list.",
     "description": "Feature checkbox in the options page"
   },
+  "options_escalatethreads":{
+    "message": "Enables the <code class=\"help\" title=\"This flag activates the functionality which allows a PE to escalate threads from the public forums to the private ones in the Community Console.\">enableEscalateThread</code> Community Console flag.",
+    "description": "Feature checkbox in the options page"
+  },
   "options_save": {
     "message": "Save",
     "description": "Button in the options page to save the settings"
@@ -87,4 +91,4 @@
     "message": "Progress",
     "description": "Title for a progress bar which indicates how many threads were duplicated."
   }
-}
\ No newline at end of file
+}