]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/internal/Activator.java
Externalize strings in org.simantics.debug.ui
[simantics/platform.git] / bundles / org.simantics.debug.ui / src / org / simantics / debug / ui / internal / Activator.java
index c69746d923308ff5453d0ff6c8a4fbdf8b815bfe..70aa098039d007976ff911f936ccf0edcb276eae 100644 (file)
@@ -20,7 +20,7 @@ import org.osgi.framework.BundleContext;
 public class Activator extends AbstractUIPlugin {
 
        // The plug-in ID
-       public static final String PLUGIN_ID = "org.simantics.debug.ui";
+       public static final String PLUGIN_ID = "org.simantics.debug.ui"; //$NON-NLS-1$
 
        // The shared instance
        private static Activator plugin;