Changeset 10671 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2016-07-29T00:06:51+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/conflict/TagConflictResolveCommand.java
r9371 r10671 69 69 return trn("Resolve {0} tag conflict in relation {1}", "Resolve {0} tag conflicts in relation {1}", 70 70 getNumDecidedConflicts(), getNumDecidedConflicts(), conflict.getMy().getId()); 71 default: 72 return ""; 71 73 } 72 return "";73 74 } 74 75
Note: See TracChangeset
for help on using the changeset viewer.