ref #4611 Fix l10n property path
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 23 Feb 2017 15:47:13 +0000 (16:47 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 23 Feb 2017 15:47:13 +0000 (16:47 +0100)
eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/l10n/Messages.java

index 9f869c2c05b2866f829c71a7debde37900134017..47a87f0d8bff33fdd87ecad42cb95ef122d02b6f 100644 (file)
@@ -20,7 +20,7 @@ import org.eclipse.osgi.util.NLS;
  * @date 17.11.2016
  */
 public class Messages extends NLS {
-    private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
+    private static final String BUNDLE_NAME = "eu.etaxonomy.taxeditor.molecular.l10n.messages"; //$NON-NLS-1$
 
 
     public static String AlignmentEditor_CUTTING_FAILURE;