Index: applications/editors/josm/plugins/irsrectify/build.xml
===================================================================
--- applications/editors/josm/plugins/irsrectify/build.xml	(revision 23063)
+++ applications/editors/josm/plugins/irsrectify/build.xml	(revision 23064)
@@ -120,5 +120,5 @@
     <target name="revision">
 
-        <exec append="false" output="EVISION" executable="svn" failifexecutionfails="false">
+        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
             <env key="LANG" value="C"/>
             <arg value="info"/>
@@ -127,5 +127,5 @@
         </exec>
         <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
-        <!--delete file="REVISION"/-->
+        <delete file="REVISION"/>
     </target>
 
Index: applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java
===================================================================
--- applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java	(revision 23063)
+++ applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java	(revision 23064)
@@ -54,5 +54,5 @@
             int dy = wms.getImageY(0);
             if( dx == 0 && dy == 0 ) {
-                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."));
+                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)."));
                 return;
             }
