Changeset 30067 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-11-19T23:26:09+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java
r30051 r30067 336 336 editPanel.add(housnumber, c); 337 337 338 JLabel seqLabel = new JLabel(tr("House number increment:"));338 JLabel seqLabel = new JLabel(tr("House number increment:")); 339 339 c.fill = GridBagConstraints.HORIZONTAL; 340 340 c.gridx = 0; -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r30034 r30067 1090 1090 1091 1091 if (!ValidNumericIncrementString(incrementString, startAddr, endAddr)) { 1092 errorMessage = tr("Expected valid number for addressincrement");1092 errorMessage = tr("Expected valid number for increment"); 1093 1093 } 1094 1094 -
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/AddressDialog.java
r30057 r30067 30 30 incSpinner = new JSpinner(inc_model); 31 31 incSpinner.setValue(inc); 32 addLabelled(tr(" Number increment:"), incSpinner);32 addLabelled(tr("House number increment:"), incSpinner); 33 33 34 34 setContent(panel);
Note:
See TracChangeset
for help on using the changeset viewer.