Changeset 31485 in osm for applications


Ignore:
Timestamp:
2015-08-11T23:41:18+02:00 (10 years ago)
Author:
donvip
Message:

[josm_rasterfilters] fix i18n message

Location:
applications/editors/josm/plugins/rasterfilters
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/rasterfilters/.classpath

    r31470 r31485  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="lib" path="lib/jsoup-1.8.2.jar"/>
  • applications/editors/josm/plugins/rasterfilters/build.xml

    r31470 r31485  
    1616        <property name="plugin.author" value="Vadim Varnavsky" />
    1717        <property name="plugin.class" value="org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin" />
    18         <property name="plugin.description" value="The RasterFiltersPlugin allows to choose and apply some images' filters to some layers" />
     18        <property name="plugin.description" value="The RasterFiltersPlugin allows to choose and apply some images'' filters to some layers" />
    1919
    2020</project>
Note: See TracChangeset for help on using the changeset viewer.