diff --git a/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchPage.java b/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchPage.java index 2e3300d0c22..1a86593f618 100644 --- a/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchPage.java +++ b/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchPage.java @@ -3932,7 +3932,7 @@ private PerspectiveDescriptor fixOrphanPerspective(MPerspective mperspective) { String perspId = mperspective.getElementId(); String label = mperspective.getLabel(); String msg = "Perspective with name '" + label + "' and id '" + perspId + "' has been made into a local copy"; //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ - IStatus status = StatusUtil.newStatus(IStatus.WARNING, msg, null); + IStatus status = StatusUtil.newStatus(IStatus.INFO, msg, null); StatusManager.getManager().handle(status, StatusManager.LOG); String newDescId = NLS.bind(WorkbenchMessages.Perspective_localCopyLabel, label);