]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.ui/src/org/simantics/document/ui/DocumentView.java
Externalize strings in org.simantics.document.ui
[simantics/platform.git] / bundles / org.simantics.document.ui / src / org / simantics / document / ui / DocumentView.java
index 0d7973f6af728ddf0fa02096e6d08a91ecd8fd03..2083c3b4afbb6a590fbd21a78434a5597a5b304d 100644 (file)
@@ -51,11 +51,11 @@ public class DocumentView extends ModelledView {
 
     private class PinSelection extends Action {
         public PinSelection() {
-            super("Pin Selection", IAction.AS_CHECK_BOX);
+            super(Messages.DocumentView_PinSelection, IAction.AS_CHECK_BOX);
             setImageDescriptor(
                     BundleUtils.getImageDescriptorFromPlugin(
-                            "org.eclipse.ui",
-                            "icons/full/etool16/pin_editor.png"));
+                            "org.eclipse.ui", //$NON-NLS-1$
+                            "icons/full/etool16/pin_editor.png")); //$NON-NLS-1$
         }
 
         @Override