Index: /applications/editors/josm/plugins/mapillary/build.xml
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.xml	(revision 32199)
+++ /applications/editors/josm/plugins/mapillary/build.xml	(revision 32200)
@@ -4,4 +4,6 @@
   <!-- edit the properties of this plugin in the file `gradle.properties` -->
   <property file="${basedir}/gradle.properties"/>
+  <!-- had to add the description here instead of grade.properties in order to have in translated -->
+  <property name="plugin.description" value="Allows the user to work with pictures hosted at mapillary.com"/>
 
   <property name="josm" location="../../core/dist/josm-custom.jar"/>
Index: /applications/editors/josm/plugins/mapillary/gradle.properties
===================================================================
--- /applications/editors/josm/plugins/mapillary/gradle.properties	(revision 32199)
+++ /applications/editors/josm/plugins/mapillary/gradle.properties	(revision 32200)
@@ -2,5 +2,5 @@
 plugin.canloadatruntime=true
 plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
-plugin.description=Allows the user to work with pictures hosted at mapillary.com
+#plugin.description=Allows the user to work with pictures hosted at mapillary.com
 plugin.icon=images/icon24.png
 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
