blob: 7962f2957cb5df34a01e8d6ba047aa5f861647d8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2007 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
*
* John Kaplan, johnkaplantech@gmail.com - 108071 [code templates] template for body of newly created class
*******************************************************************************/
package org.eclipse.dltk.ruby.internal.ui.preferences;
import org.eclipse.osgi.util.NLS;
public final class RubyPreferencesMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.dltk.ruby.internal.ui.preferences.RubyPreferencesMessages"; //$NON-NLS-1$
static {
NLS.initializeMessages(BUNDLE_NAME, RubyPreferencesMessages.class);
}
private RubyPreferencesMessages() {
}
public static String EditorPreferencePageDescription;
public static String EditorSyntaxColoringPreferencePageDescription;
public static String EditorFoldingPreferencePageDescription;
public static String GlobalPreferencePageDescription;
public static String TodoTaskDescription;
}