diff --git a/_locales/en/messages.json b/_locales/en/messages.json index caa72dec..6979dc3f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -92,6 +92,10 @@ "message": "Disable", "description": "Label for the button to disable a style" }, + "editGotoLine": { + "message": "Goto line (or line:col)", + "description": "Go to line or line:column on Ctrl-G in style code editor" + }, "editStyleHeading": { "message": "Edit Style", "description": "Title of the page for editing styles" diff --git a/edit.html b/edit.html index 4306c86f..65b1ecc4 100644 --- a/edit.html +++ b/edit.html @@ -29,6 +29,8 @@ + +