Ignore:
Timestamp:
2026-07-05T13:18:33+02:00 (13 hours ago)
Author:
stoecker
Message:

change text for turnlanes plugin, see #24785

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

Legend:

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

    r36483 r36500  
    88    <property name="plugin.author" value="Benjamin Schulz"/>
    99    <property name="plugin.class" value="org.openstreetmap.josm.plugins.turnlanes.TurnLanesPlugin"/>
    10     <property name="plugin.description" value="Provides a straightforward GUI for adding, editing and deleting turn lanes."/>
     10    <property name="plugin.description" value="Provides a straightforward GUI for adding, editing and deleting turn lanes relations (type=turnlanes:turns). Note that the proposal status is set as obsoleted / inactive."/>
    1111    <property name="plugin.icon" value="images/dialogs/turnlanes.pn"/>
    1212    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin"/>
  • applications/editors/josm/plugins/turnlanes/pom.xml

    r36483 r36500  
    2020        <plugin.author>Benjamin Schulz</plugin.author>
    2121        <plugin.class>org.openstreetmap.josm.plugins.turnlanes.TurnLanesPlugin</plugin.class>
    22         <plugin.description>Provides a straightforward GUI for adding, editing and deleting turn lanes.</plugin.description>
     22        <plugin.description>Provides a straightforward GUI for adding, editing and deleting turn lanes relations (type=turnlanes:turns). Note that the proposal status is set as obsoleted / inactive.</plugin.description>
    2323        <plugin.icon>images/dialogs/turnlanes.png</plugin.icon>
    2424        <plugin.link>https://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin</plugin.link>
Note: See TracChangeset for help on using the changeset viewer.