@@ -217,7 +217,6 @@ define({
217217 "LIVE_DEV_STYLER_FONTS_ON_PAGE" : "On this page" ,
218218 "LIVE_DEV_STYLER_FONTS_CUSTOM" : "Custom" ,
219219 "LIVE_DEV_STYLER_FONT_USE_CUSTOM" : "Use \"{0}\"" ,
220- "LIVE_DEV_STYLER_APPLY" : "Apply" ,
221220 "LIVE_DEV_STYLER_NO_FONTS_FOUND" : "No fonts found" ,
222221 "LIVE_DEV_STYLER_LOAD_MORE" : "Load more" ,
223222 "LIVE_DEV_STYLER_WEIGHT_THIN" : "Thin" ,
@@ -307,9 +306,21 @@ define({
307306 "LIVE_DEV_STYLER_ABSOLUTE" : "Absolute" ,
308307 "LIVE_DEV_STYLER_STICKY" : "Sticky" ,
309308 "LIVE_DEV_STYLER_FIXED" : "Fixed" ,
310- "LIVE_DEV_STYLER_APPLIES_TO" : "Applies to" ,
311- "LIVE_DEV_STYLER_INLINE_STYLE" : "Inline style" ,
312- "LIVE_DEV_STYLER_ADD_SELECTOR" : "Add a new selector" ,
309+ "LIVE_DEV_STYLER_APPLIES_TO" : "Save changes to" ,
310+ "LIVE_DEV_STYLER_INLINE_STYLE" : "Inline" ,
311+ "LIVE_DEV_STYLER_TARGET_INLINE_HINT" : "directly on the element" ,
312+ "LIVE_DEV_STYLER_TARGET_COUNT" : "affects {0} on page" ,
313+ "LIVE_DEV_STYLER_NEW_STYLE" : "New style…" ,
314+ "LIVE_DEV_STYLER_NEW_STYLE_TITLE" : "New style" ,
315+ "LIVE_DEV_STYLER_NEW_ADDS_CLASS" : "Adds class \"{0}\" to this element and saves the style in {1}" ,
316+ "LIVE_DEV_STYLER_NEW_ADDS_ID" : "Gives this element the id \"{0}\" and saves the style in {1}" ,
317+ "LIVE_DEV_STYLER_NEW_SAVES_ONE" : "Saves the style in {0} - styles just this element" ,
318+ "LIVE_DEV_STYLER_NEW_SAVES_MANY" : "Saves the style in {0} - styles {1} elements on the page" ,
319+ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN" : "Another element already has that id - try a class instead" ,
320+ "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH" : "This doesn't match the selected element, so your edits wouldn't change it" ,
321+ "LIVE_DEV_STYLER_NEW_ERR_STATE" : "Styles like \":hover\" can't be edited live here yet" ,
322+ "LIVE_DEV_STYLER_NEW_ERR_INVALID" : "That doesn't look like a valid style name - try a class like .card or an id like #hero" ,
323+ "LIVE_DEV_STYLER_CREATE" : "Create" ,
313324 "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER" : "e.g. .card or #hero" ,
314325 "LIVE_DEV_STYLER_HEIGHT" : "Height" ,
315326 "LIVE_DEV_STYLER_SIZE_TAB" : "Size" ,
0 commit comments