blob: 0c6df05a2f37738eb32258c1f17cba60904a351b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
package org.eclipse.dltk.python.internal.ui.wizards;
import org.eclipse.osgi.util.NLS;
public class PythonWizardMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.dltk.python.internal.ui.wizards.PythonWizardMessages";//$NON-NLS-1$
private PythonWizardMessages() {
}
public static String ProjectCreationWizard_title;
public static String ProjectCreationWizardFirstPage_title;
public static String ProjectCreationWizardFirstPage_description;
static {
NLS.initializeMessages(BUNDLE_NAME, PythonWizardMessages.class);
}
}