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

Commit b9c5795

Browse files
authored
Merge pull request #13431 from adobe/saurabh95/ExternalizeString
Externalize Live preview hightlight settings string
2 parents baef037 + cdc71b9 commit b9c5795

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/LiveDevelopment/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ define(function main(require, exports, module) {
101101
"borderColor": "rgba(21, 165, 255, 0.85)",
102102
"showPaddingMargin": true
103103
}, {
104-
description: "LivePreview highlight settings"
104+
description: Strings.DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS
105105
});
106106

107107
/** Toggles or sets the preference **/

src/nls/root/strings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,5 +800,6 @@ define({
800800
"DESCRIPTION_PURE_CODING_SURFACE" : "true to enable code only mode and hide all other UI elements in {APP_NAME}",
801801
"DESCRIPTION_INDENT_LINE_COMMENT" : "true to enable indenting of line comments",
802802
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
803-
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview"
803+
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview",
804+
"DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS" : "Live Preview Hightlight settings"
804805
});

0 commit comments

Comments
 (0)