blob: 5c4de3c60f7e753b4635ef3b8a8f7eb418e2da0c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
* Obeo - New File Wizard
*******************************************************************************/
package org.eclipse.qvtd.umlx.ui.messages;
import org.eclipse.osgi.util.NLS;
/**
* An accessor class for externalized strings.
*/
public class UMLXUIMessages
{
static {
NLS.initializeMessages(UMLXUIMessages.class.getName(), UMLXUIMessages.class);
}
public static String SaveUMLX_ShellTitle;
public static String SaveUMLX_Title;
public static String SaveUMLX_Description;
public static String SaveError_Title;
}