Ignore:
Timestamp:
2010-03-25T10:06:15+01:00 (15 years ago)
Author:
guggis
Message:

fixed #4749: Not Localised string in Turn Restrictions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java

    r20384 r20665  
    5050                gc.weightx = 1.0;
    5151                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>");
    5456                pnl.add(msg, gc);
    5557               
Note: See TracChangeset for help on using the changeset viewer.