Ignore:
Timestamp:
2010-09-07T23:12:44+02:00 (14 years ago)
Author:
zverik
Message:

updated message in irsrectify

Location:
applications/editors/josm/plugins/irsrectify
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/irsrectify/build.xml

    r23063 r23064  
    120120    <target name="revision">
    121121
    122         <exec append="false" output="EVISION" executable="svn" failifexecutionfails="false">
     122        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    123123            <env key="LANG" value="C"/>
    124124            <arg value="info"/>
     
    127127        </exec>
    128128        <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
    129         <!--delete file="REVISION"/-->
     129        <delete file="REVISION"/>
    130130    </target>
    131131
  • applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java

    r23063 r23064  
    5454            int dy = wms.getImageY(0);
    5555            if( dx == 0 && dy == 0 ) {
    56                 JOptionPane.showMessageDialog(Main.parent, tr("This option creates IRS adjustment layer and a little way inside it. You need to adjust WMS layer placement first."));
     56                JOptionPane.showMessageDialog(Main.parent, tr("This option creates IRS adjustment layer and a little way inside it. You need to adjust WMS layer placement first.\nResulting layer is to be saved as .osm and sent to Komzpa (find him at #osm-ru on irc.oftc.net)."));
    5757                return;
    5858            }
Note: See TracChangeset for help on using the changeset viewer.