Opened 15 years ago

Last modified 15 years ago

#6153 closed defect

[Patch] Typo fixes — at Version 3

Reported by: p.v.spam@… Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: typo Cc:

Description (last modified by casiope)

I did this change to improve the french translation. I use Eclipse but I don't know how to do a .patch file.

super(tr("Untagged and unconnected nodes")+".",
-->
super(tr("Untagged and unconnected nodes."),

super(tr("Similarly named ways")+".",
-->
super(tr("Similarly named ways."),

super(tr("Duplicated nodes")+".",
-->
super(tr("Duplicated nodes."),

Change History (3)

comment:1 by mjulius, 15 years ago

It would be helpful if you would mention the names of the files you have changed.

How did you get the code?

comment:2 by anonymous, 15 years ago

They are in the path /JOSM/src/org/openstreetmap/josm/data/validation/tests
I get the code from from the official subversion repository.

comment:3 by casiope, 15 years ago

Description: modified (diff)
Summary: [Patch] Typo fixe[Patch] Typo fixes
Note: See TracTickets for help on using tickets.