Modify ↓
Opened 4 years ago
Closed 4 years ago
#2988 closed enhancement (fixed)
german in english translation
| Reported by: | Simone Cortesi <simone@…> | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
this file:
http://josm.openstreetmap.de/svn/trunk/src/org/openstreetmap/josm/data/projection/Epsg4326.java
here:
@Override public String toString() {
return tr("WGS84 Geographisch");
}
has german text in the translation function. It should read: "WGS84 Geographic"
Attachments (0)
Change History (1)
comment:1 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Ooops, fixed in r1805. :-)