Modify

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#15646 closed enhancement (fixed)

Better phrase for incomplete way nodes

Reported by: naoliv Owned by: team
Priority: minor Milestone: 17.12
Component: Core Version:
Keywords: i18n Cc:

Description

This seems better:

  • src/org/openstreetmap/josm/io/AbstractReader.java

     
    111111            }
    112112            w.setNodes(wayNodes);
    113113            if (w.hasIncompleteNodes()) {
    114                 Logging.info(tr("Way {0} with {1} nodes has incomplete nodes because at least one node was missing in the loaded data.",
     114                Logging.info(tr("Way {0} with {1} nodes is incomplete because at least one node was missing in the loaded data.",
    115115                          externalWayId, w.getNodesCount()));
    116116            }
    117117            ds.addPrimitive(w);

Attachments (0)

Change History (2)

comment:1 by Klumbumbus, 7 years ago

Resolution: fixed
Status: newclosed

In 13197/josm:

fix #15646 - Better phrase of warning message (patch by naoliv)

comment:2 by Don-vip, 7 years ago

Keywords: i18n added
Milestone: 17.12

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.