Changeset 24231 in osm for applications/editors/josm/plugins/FixAddresses
- Timestamp:
- 2010-11-14T19:15:38+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/IncompleteAddressesTableModel.java
r24227 r24231 199 199 } 200 200 } 201 202 201 203 } -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/ApplyAllGuessesAction.java
r24165 r24231 43 43 */ 44 44 public ApplyAllGuessesAction() { 45 super(tr("Apply all guesses"), "applyguesses_24", tr("Turns all guesses into the corresponding tag values."));45 super(tr("Apply"), "applyguesses_24", tr("Turns all guesses into the corresponding tag values.")); 46 46 } 47 47 -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/GuessAddressDataAction.java
r24165 r24231 39 39 */ 40 40 public GuessAddressDataAction() { 41 super(tr("Guess address data"), "guessstreets_24", tr("Tries to guess address data by picking the name of the closest object with according tag."));41 super(tr("Guess"), "guessstreets_24", tr("Tries to guess address data by picking the name of the closest object with according tag.")); 42 42 } 43 43 -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/RemoveAddressTagsAction.java
r24144 r24231 24 24 25 25 public RemoveAddressTagsAction() { 26 super(tr("Remove address tags"), "removeaddrtags_24", tr("Removes address related tags from the object."));26 super(tr("Remove"), "removeaddrtags_24", tr("Removes address related tags from the object.")); 27 27 } 28 28
Note:
See TracChangeset
for help on using the changeset viewer.