Skip to content

Commit ca7cd12

Browse files
committed
1 parent 9e365d7 commit ca7cd12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/common/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,13 @@ export const PANEL_SECTION_HEADER_BORDER = registerColor('panelSectionHeader.bor
318318
dark: contrastBorder,
319319
light: contrastBorder,
320320
hc: contrastBorder
321-
}, nls.localize('panelSectionHeaderBorder', "Panel section header border color. Panels are shown below the editor area and contain views like output and integrated terminal."));
321+
}, nls.localize('panelSectionHeaderBorder', "Panel section header border color used when multiple views are stacked vertically in the panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
322322

323323
export const PANEL_SECTION_BORDER = registerColor('panelSection.border', {
324324
dark: PANEL_BORDER,
325325
light: PANEL_BORDER,
326326
hc: PANEL_BORDER
327-
}, nls.localize('panelSectionBorder', "Panel section border color. Panels are shown below the editor area and contain views like output and integrated terminal."));
327+
}, nls.localize('panelSectionBorder', "Panel section border color used when multiple views are stacked horizontally in the panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
328328

329329

330330
// < --- Status --- >

0 commit comments

Comments
 (0)