We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44e9ab commit dd7a449Copy full SHA for dd7a449
1 file changed
bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchPage.java
@@ -3932,7 +3932,7 @@ private PerspectiveDescriptor fixOrphanPerspective(MPerspective mperspective) {
3932
String perspId = mperspective.getElementId();
3933
String label = mperspective.getLabel();
3934
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$
3935
- IStatus status = StatusUtil.newStatus(IStatus.WARNING, msg, null);
+ IStatus status = StatusUtil.newStatus(IStatus.INFO, msg, null);
3936
StatusManager.getManager().handle(status, StatusManager.LOG);
3937
3938
String newDescId = NLS.bind(WorkbenchMessages.Perspective_localCopyLabel, label);
0 commit comments