Changeset 28440 in osm for applications/editors/josm


Ignore:
Timestamp:
2012-06-17T10:08:51+02:00 (12 years ago)
Author:
upliner
Message:

Remove quotes in Plugin-Description to workaround translation system bug.

Translation system doesn't interpret XML " correctly

File:
1 edited

Legend:

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

    r28438 r28440  
    9494                <attribute name="Plugin-Class" value="josmrestartplugin.RestartPlugin"/>
    9595                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    96                 <attribute name="Plugin-Description" value="Adds &quot;Restart JOSM&quot; item to File menu."/>
     96                <attribute name="Plugin-Description" value="Adds Restart JOSM item to File menu."/>
    9797                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    9898                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.