Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading