Changeset 19050 in josm for trunk/src/org/openstreetmap/josm/command/AddCommand.java
- Timestamp:
- 2024-04-22T20:59:26+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/AddCommand.java
r13173 r19050 72 72 public String getDescriptionText() { 73 73 String msg; 74 switch(OsmPrimitiveType.from(osm)) { 74 switch (OsmPrimitiveType.from(osm)) { 75 75 case NODE: msg = marktr("Add node {0}"); break; 76 76 case WAY: msg = marktr("Add way {0}"); break;
Note:
See TracChangeset
for help on using the changeset viewer.
