blob: b7e3c1937d8e5cae6c2e6350eb2dd5837991057c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2018 Joseph Carroll and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Joseph Carroll <jdsalingerjr@gmail.com> - initial API and implementation
*
* SPDX-License-Identifier: EPL-1.0
******************************************************************************/
package org.eclipse.e4.ui.workbench.perspectiveswitcher;
public class E4WorkbenchMessages {
public static final String OpenSelectPerspectiveWindow = "Open Perspective...";
}