Changeset 27353 in osm
- Timestamp:
- 2011-12-30T17:54:13+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysCmdKeepAngles.java
r27348 r27353 95 95 break; 96 96 case ALGN_INV_OUTSIDE_WORLD: 97 statMsg = tr("Aligning would result nodes ' outside the world'.\n"97 statMsg = tr("Aligning would result nodes ''outside the world''.\n" 98 98 + "Alignment not possible.\n"); 99 99 break; -
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysCmdKeepLength.java
r27348 r27353 305 305 break; 306 306 case ALGN_INV_OUTSIDE_WORLD: 307 statMsg = tr("Aligning would result nodes ' outside the world'.\n"307 statMsg = tr("Aligning would result nodes ''outside the world''.\n" 308 308 + "Alignment not possible.\n"); 309 309 break;
Note:
See TracChangeset
for help on using the changeset viewer.