X-Git-Url: http://secure.phpeclipse.com

diff --git a/archive/net.sourceforge.phpeclipse.news/src/net/sourceforge/phpeclipse/news/Messages.java b/archive/net.sourceforge.phpeclipse.news/src/net/sourceforge/phpeclipse/news/Messages.java
index 023315b..dd10f17 100644
--- a/archive/net.sourceforge.phpeclipse.news/src/net/sourceforge/phpeclipse/news/Messages.java
+++ b/archive/net.sourceforge.phpeclipse.news/src/net/sourceforge/phpeclipse/news/Messages.java
@@ -1,12 +1,12 @@
 /*******************************************************************************
- * 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
  *******************************************************************************/
 
 /*
@@ -18,10 +18,10 @@ import java.util.MissingResourceException;
 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);