Changes between Initial Version and Version 1 of Ticket #6777, comment 2


Ignore:
Timestamp:
2011-09-05T16:41:57+02:00 (14 years ago)
Author:
simon04

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6777, comment 2

    initial v1  
    66To hide 0 nodes/ways/relations, you could try to construct the String iteratively:
    77* 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)
    99* similar for ways and relations
    1010Think of something to insert the separators (`/`).