Changeset 30168 in osm
- Timestamp:
- 2014-01-01T23:21:49+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java
r30067 r30168 49 49 { 50 50 private static final String APPLY_CHANGES = tr("Apply Changes"); 51 private static final String TAG_STREET_OR_PLACE = tr("Use tag ' addr:street' or 'addr:place'");51 private static final String TAG_STREET_OR_PLACE = tr("Use tag ''addr:street'' or ''addr:place''"); 52 52 53 53 public static final String TAG_BUILDING = "building";
Note:
See TracChangeset
for help on using the changeset viewer.