Changes between Initial Version and Version 1 of Ticket #19949
- Timestamp:
- 2020-10-16T15:26:52+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19949 – Description
initial v1 15 15 **Solution 1**: 16 16 {{{ 17 #!rule 17 18 way[sidewalk=yes] { 18 19 throwWarning: tr("{0} is unspecific. Please replace ''{1}'' by ''{2}'', ''{3}'' or ''{4}''.", "{0.tag}", "{0.value}", "left", "right", "both"); … … 21 22 **Solution 2**: 22 23 {{{ 24 #!rule 23 25 way[sidewalk=yes] { 24 26 throwWarning: tr("{0} is unspecific", "{0.tag}");