Changes between Initial Version and Version 1 of Ticket #19949


Ignore:
Timestamp:
2020-10-16T15:26:52+02:00 (4 years ago)
Author:
Famlam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19949 – Description

    initial v1  
    1515**Solution 1**:
    1616{{{
     17#!rule
    1718way[sidewalk=yes] {
    1819  throwWarning: tr("{0} is unspecific. Please replace ''{1}'' by ''{2}'', ''{3}'' or ''{4}''.", "{0.tag}", "{0.value}", "left", "right", "both");
     
    2122**Solution 2**:
    2223{{{
     24#!rule
    2325way[sidewalk=yes] {
    2426  throwWarning: tr("{0} is unspecific", "{0.tag}");