]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.help.ui/src/org/simantics/help/ui/HelpFileEditor.java
Externalize strings
[simantics/platform.git] / bundles / org.simantics.help.ui / src / org / simantics / help / ui / HelpFileEditor.java
index 56e692607736ab0eec55b01c49d42a7e877e575b..1626a1b590ed7e8ef6f277bd590d1d2913270214 100644 (file)
@@ -22,7 +22,7 @@ import winterwell.markdown.editors.MarkdownEditor;
 
 public class HelpFileEditor extends MarkdownEditor {
 
-    private static final String EDITOR_ID = "org.simantics.help.ui.HelpFileEditor";
+    private static final String EDITOR_ID = "org.simantics.help.ui.HelpFileEditor"; //$NON-NLS-1$
 
     private boolean disposed;
 
@@ -45,7 +45,7 @@ public class HelpFileEditor extends MarkdownEditor {
         try {
             getResourceInput().init(null);
         } catch (DatabaseException e) {
-            throw new PartInitException("Failed to initialize " + input, e);
+            throw new PartInitException("Failed to initialize " + input, e); //$NON-NLS-1$
         }
 
     }