Index: /applications/editors/josm/plugins/relcontext/TODO
===================================================================
--- /applications/editors/josm/plugins/relcontext/TODO	(revision 25695)
+++ /applications/editors/josm/plugins/relcontext/TODO	(revision 25696)
@@ -1,7 +1,5 @@
-- Solve width problem for narrows buttons when "fix" and "download" appear simultaneously
-- Draw icons for multipoly settings menu
-
 == BETA ==
 
+- Draw icons for multipoly settings menu
 - Analyze chosen relation and display corresponding symbol next to its name
 - Make chosen relation name pretty
@@ -12,4 +10,5 @@
 - Option to create separate multipolygon for every outer ring
 - Solve multipolygon settings button width problem
+- Solve width problem for narrows buttons when "fix" and "download" appear simultaneously
 
 == RELEASE ==
Index: /applications/editors/josm/plugins/relcontext/build.xml
===================================================================
--- /applications/editors/josm/plugins/relcontext/build.xml	(revision 25695)
+++ /applications/editors/josm/plugins/relcontext/build.xml	(revision 25696)
@@ -44,5 +44,6 @@
     <property name="plugin.src.dir"         value="src"/>
     <!-- this is the directory where the plugin jar is copied to -->
-    <property name="plugin.dist.dir"        value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/>
+    <property name="plugin.dist.dir"        value="../../dist"/>
+    <!--property name="plugin.dist.dir"        value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/-->
     <property name="ant.build.javac.target" value="1.5"/>
     <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
@@ -105,7 +106,8 @@
                 <attribute name="ru_Plugin-Description" value="Панель создания и редактирования отношений, особенно мультиполигонов."/>
                 <attribute name="Plugin-Icon" value="images/reltoolbox.png"/>
-                <!--attribute name="Plugin-Link" value="http://josm.openstreetmap.de/"/-->
+                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/>
                 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
+                <attribute name="Plugin-Stage" value="10"/>
             </manifest>
         </jar>
Index: /applications/editors/josm/plugins/relcontext/src/relcontext/actions/DeleteChosenRelationAction.java
===================================================================
--- /applications/editors/josm/plugins/relcontext/src/relcontext/actions/DeleteChosenRelationAction.java	(revision 25695)
+++ /applications/editors/josm/plugins/relcontext/src/relcontext/actions/DeleteChosenRelationAction.java	(revision 25696)
@@ -15,5 +15,5 @@
 
     public DeleteChosenRelationAction( ChosenRelation rel ) {
-        super(tr("Delete the chosen relation"));
+        super(tr("Delete relation"));
         putValue(SMALL_ICON, ImageProvider.get("dialogs", "delete"));
         this.rel = rel;
