Changes between Initial Version and Version 1 of Ticket #6777, comment 2
- Timestamp:
- 2011-09-05T16:41:57+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6777, comment 2
initial v1 6 6 To hide 0 nodes/ways/relations, you could try to construct the String iteratively: 7 7 * start with `tr("Selection: ")` 8 * add "{0} nodes" if the number of nodes is >0 (make use of `trn()` here) 8 * add `"{0} nodes"` if the number of nodes is >0 (make use of `trn()` here) 9 9 * similar for ways and relations 10 10 Think of something to insert the separators (`/`).


