Skip to content

Commit 4506091

Browse files
committed
1 parent 246688a commit 4506091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/panel/panelActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ PositionPanelActionConfigs.forEach(positionPanelAction => {
148148
const notificationService = accessor.get(INotificationService);
149149
const commandService = accessor.get(ICommandService);
150150

151-
notificationService.warn(localize('deprecatedPanelMoveMessage', "Moving the panel with this command has been deprecated in favor of \"Move Views From Panel To Side Panel\" and \"Move Views From Side Panel To Panel\" for similar functionality."));
151+
notificationService.warn(localize('deprecatedPanelMoveMessage', "Moving the panel with this command has been deprecated in favor of the \"Move Views From Panel To Side Panel\" and \"Move Views From Side Panel To Panel\" commands."));
152152
if (positionPanelAction.value === Position.BOTTOM) {
153153
commandService.executeCommand('workbench.action.moveSidePanelToPanel');
154154
} else {

0 commit comments

Comments
 (0)