Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Externalize Live preview hightlight settings string
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh95 committed Jun 12, 2017
1 parent b1dc8c9 commit cdc71b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LiveDevelopment/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ define(function main(require, exports, module) {
"borderColor": "rgba(21, 165, 255, 0.85)",
"showPaddingMargin": true
}, {
description: "LivePreview highlight settings"
description: Strings.DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS
});

/** Toggles or sets the preference **/
Expand Down
3 changes: 2 additions & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,5 +800,6 @@ define({
"DESCRIPTION_PURE_CODING_SURFACE" : "true to enable code only mode and hide all other UI elements in {APP_NAME}",
"DESCRIPTION_INDENT_LINE_COMMENT" : "true to enable indenting of line comments",
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview"
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview",
"DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS" : "Live Preview Hightlight settings"
});

0 comments on commit cdc71b9

Please sign in to comment.