]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/SCLClipboard.java
Externalize strings
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / SCLClipboard.java
index 94db9c596e301975d7e34e28442d0f158d99307b..ca2fde521cd315cd1a4a526bdda3636bb8656784 100644 (file)
@@ -55,7 +55,7 @@ public class SCLClipboard {
                                if (element != null) {
                                        newSelection.add(element);
                                } else {
-                                       throw new DatabaseException("Could not find IElement for " + element);
+                                       throw new DatabaseException("Could not find IElement for " + element); //$NON-NLS-1$
                                }
                        }
                        
@@ -107,7 +107,7 @@ public class SCLClipboard {
                                if (element != null) {
                                        newSelection.add(element);
                                } else {
-                                       throw new DatabaseException("Could not find IElement for " + element);
+                                       throw new DatabaseException("Could not find IElement for " + element); //$NON-NLS-1$
                                }
                        }