]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/assist/SCLContentProposal.java
Externalize strings in org.simantics.scl.ui
[simantics/platform.git] / bundles / org.simantics.scl.ui / src / org / simantics / scl / ui / assist / SCLContentProposal.java
index da2186fd8648746a8c750f0dbcc7efdfcdc85a36..3d837aacef126286ecd742668a0e3207832abb6b 100644 (file)
@@ -44,7 +44,7 @@ public class SCLContentProposal implements IContentProposal {
 
     @Override
     public String getLabel() {
-        return name + " :: " + type + "  (" + module + ")";
+        return name + " :: " + type + "  (" + module + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
     }
 
     @Override