Changeset 20665 in osm for applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap
- Timestamp:
- 2010-03-25T10:06:15+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java
r20384 r20665 50 50 gc.weightx = 1.0; 51 51 HtmlPanel msg =new HtmlPanel(); 52 msg.setText("<html><body>Development of the turn restriction plugin was sponsored " 53 + "by <a href=\"http://www.skobbler.de\">skobbler GmbH</a>.</body></html>"); 52 msg.setText("<html><body>" 53 + tr("Development of the turn restriction plugin was sponsored " 54 + "by <a href=\"http://www.skobbler.de\">skobbler GmbH</a>.") 55 +"</body></html>"); 54 56 pnl.add(msg, gc); 55 57
Note:
See TracChangeset
for help on using the changeset viewer.