Changeset 16286 in josm


Ignore:
Timestamp:
2020-04-13T11:13:57+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19079 - Fix label of preset_link of "fixme", "note" and "description (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r16266 r16286  
    76277627            <text key="description" text="Description" match="key" />
    76287628            <space />
    7629             <label text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
    7630             <preset_link preset_name="Note" />
    7631             <preset_link preset_name="Fixme" />
     7629            <preset_link preset_name="Note" text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
     7630            <preset_link preset_name="Fixme" text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
    76327631        </item> <!-- Description -->
    76337632        <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
     
    76387637            <text key="note" text="Note" text_context="the tag note=*" match="key" />
    76397638            <space />
    7640             <label text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
    7641             <preset_link preset_name="Fixme" />
    7642             <preset_link preset_name="Description" />
     7639            <preset_link preset_name="Fixme" text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
     7640            <preset_link preset_name="Description" text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
    76437641        </item> <!-- Note -->
    76447642        <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
     
    76497647            <text key="fixme" text="Fixme" match="key" />
    76507648            <space />
    7651             <label text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
    7652             <preset_link preset_name="Note" />
    7653             <preset_link preset_name="Description" />
     7649            <preset_link preset_name="Note" text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
     7650            <preset_link preset_name="Description" text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
    76547651        </item> <!-- Fixme -->
    76557652    </group> <!-- Annotation -->
Note: See TracChangeset for help on using the changeset viewer.