Opened 15 years ago
Last modified 15 years ago
#6153 closed defect
[Patch] Typo fixes — at Version 3
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | typo | Cc: |
Description (last modified by )
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 , 15 years ago
comment:2 by , 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 , 15 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | [Patch] Typo fixe → [Patch] Typo fixes |



It would be helpful if you would mention the names of the files you have changed.
How did you get the code?