Revision: 5027
          http://sourceforge.net/p/jump-pilot/code/5027
Author:   michaudm
Date:     2016-09-21 06:10:02 +0000 (Wed, 21 Sep 2016)
Log Message:
-----------
Oups forgot to commit corrections on I18N keys in the plugin itself

Modified Paths:
--------------
    
core/trunk/src/org/openjump/core/ui/plugin/tools/generalization/SimplifyPolygonCoveragePlugIn.java
    
core/trunk/src/org/openjump/core/ui/plugin/tools/geometrychange/ExtractCommonBoundaryBetweenPolysPlugIn.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/tools/generalization/SimplifyPolygonCoveragePlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/tools/generalization/SimplifyPolygonCoveragePlugIn.java
  2016-09-20 22:17:01 UTC (rev 5026)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/tools/generalization/SimplifyPolygonCoveragePlugIn.java
  2016-09-21 06:10:02 UTC (rev 5027)
@@ -106,8 +106,8 @@
                //this.sName = 
I18N.get("org.openjump.core.ui.plugin.tools.SimplifyPolygonCoveragePlugIn.Simplify-Polygon-Coverage");
                this.note = 
I18N.get("org.openjump.core.ui.plugin.tools.generalization.SimplifyPolygonCoveragePlugIn.note");
                this.sSidebar = 
I18N.get("org.openjump.core.ui.plugin.tools.generalization.SimplifyPolygonCoveragePlugIn.Simplifies-the-outlines-of-polygons-that-have-adjacent-polygons");
-               this.sCreateGraph = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.create-graph");
         
-               this.LAYERREGIONS = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.select-layer-with-polygons");
+               this.sCreateGraph = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn.create-graph");
+               this.LAYERREGIONS = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn.select-layer-with-polygons");
                this.sSimplify = 
I18N.get("ui.plugin.analysis.GeometryFunction.Simplify-(D-P)");
            
this.T3=I18N.get("org.openjump.core.ui.plugin.tools.SimplifyWithJTSAlgorithmPlugIn.Maximum-point-displacement-in-model-units");
            
this.sSimplificationFinalized=I18N.get("org.openjump.core.ui.plugin.tools.SimplifyWithJTSAlgorithmPlugIn.simplification-finalized");

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/tools/geometrychange/ExtractCommonBoundaryBetweenPolysPlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/tools/geometrychange/ExtractCommonBoundaryBetweenPolysPlugIn.java
        2016-09-20 22:17:01 UTC (rev 5026)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/tools/geometrychange/ExtractCommonBoundaryBetweenPolysPlugIn.java
        2016-09-21 06:10:02 UTC (rev 5027)
@@ -78,11 +78,11 @@
         
     public void initialize(PlugInContext context) throws Exception {
        
-               this.sName = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.Extract-Common-Boundary-Between-Polygons");
-               this.sSidebar = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.Classifies-the-boundaries-of-a-polygon-by-using-a-neighbourhood-graph");
-               this.sCreateGraph = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.create-graph");
-               this.sBoundaries = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.boundaries");
            
-               this.LAYERREGIONS = 
I18N.get("org.openjump.core.ui.plugin.tools.ExtractCommonBoundaryBetweenPolysPlugIn.select-layer-with-polygons");
+               this.sName = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn");
+               this.sSidebar = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn.Classifies-the-boundaries-of-a-polygon-by-using-a-neighbourhood-graph");
+               this.sCreateGraph = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn.create-graph");
+               this.sBoundaries = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn.boundaries");
+               this.LAYERREGIONS = 
I18N.get("org.openjump.core.ui.plugin.tools.geometrychange.ExtractCommonBoundaryBetweenPolysPlugIn.select-layer-with-polygons");
                
                FeatureInstaller featureInstaller = new 
FeatureInstaller(context.getWorkbenchContext());
                featureInstaller.addMainMenuItem(


------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to