Changeset 13978 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-06-26T21:38:20+02:00 (6 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AlignImageryPanel.java
r12630 r13978 24 24 import org.openstreetmap.josm.tools.GBC; 25 25 import org.openstreetmap.josm.tools.ImageProvider; 26 import org.openstreetmap.josm.tools.TextUtils; 26 27 27 28 /** … … 40 41 Font font = getFont().deriveFont(Font.PLAIN, 14.0f); 41 42 JMultilineLabel nagLabel = new JMultilineLabel( 42 tr("Aerial imagery \"{0}\" might be misaligned. Please check its offset using GPS tracks!", infoToAdd.getName())); 43 tr("Aerial imagery \"{0}\" might be misaligned. Please check its offset using GPS tracks!", 44 TextUtils.wrapLongUrl(infoToAdd.getName()))); 43 45 UrlLabel detailsList = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Using_Imagery"), tr("Details...")); 44 46 nagLabel.setFont(font);
Note:
See TracChangeset
for help on using the changeset viewer.