/*******************************************************************************
- * Copyright (c) 2004 Jérôme Nègre.
+ * Copyright (c) 2004 J�r�me N�gre.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.jnegre.org/cpl1_0.html
*
* Contributors:
- * Jérôme Nègre - initial API and implementation
+ * J�r�me N�gre - initial API and implementation
*******************************************************************************/
/*
import java.util.ResourceBundle;
/**
- * @author Jérôme Nègre
+ * @author J�r�me N�gre
*/
public class Messages {
- private static final String BUNDLE_NAME = "net.sourceforge.phpeclipse.news.messages";//$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.jnegre.allthenews.messages";//$NON-NLS-1$
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle
.getBundle(BUNDLE_NAME);