Skip to content

Commit 3573b7a

Browse files
committed
💄
1 parent c3f7a1c commit 3573b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/common/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const TAB_Drag_And_Drop_Between_Indicator = registerColor('tab.dragAndDro
189189
light: TAB_INACTIVE_FOREGROUND,
190190
hcDark: activeContrastBorder,
191191
hcLight: activeContrastBorder
192-
}, localize('tabDragAndDropBetweenIndicator', "Indicator between tabs to indicate that a tab can be dropped on the editor group between two tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."));
192+
}, localize('tabDragAndDropBetweenIndicator', "Indicator between tabs to indicate that a tab can be dropped between two tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups."));
193193

194194
//#endregion
195195

0 commit comments

Comments
 (0)