blob: 643d57cf2183dbf6acd494988f7a72fb30826172 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.gmf.runtime.emf.ui.properties.internal.l10n;
import org.eclipse.osgi.util.NLS;
public final class EMFUIPropertiesMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.gmf.runtime.emf.ui.properties.internal.l10n.EMFUIPropertiesMessages";//$NON-NLS-1$
private EMFUIPropertiesMessages() {
// Do not instantiate
}
public static String EMFCompositeSourcePropertyDescriptor_undoProperty_commandName;
public static String PropertyPageSelection_PropertyDialog_selectedElementsTitle;
public static String PropertyPageViewAction_label;
public static String PropertyPageViewAction_tooltip;
public static String PropertyPageViewAction_NoPropertiesMessageBox_Title;
public static String PropertyPageViewAction_NoPropertiesMessageBox_Message;
public static String UndoablePropertySheetEntry_commandName;
static {
NLS.initializeMessages(BUNDLE_NAME, EMFUIPropertiesMessages.class);
}
}