Ignore:
Timestamp:
2010-01-13T19:33:42+01:00 (14 years ago)
Author:
mjulius
Message:

fix messages for actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/upload/RelationUploadOrderHook.java

    r2512 r2842  
    4646        pnl.setLayout(new BorderLayout());
    4747        String msg = tr("<html>{0} relations build a cycle because they refer to each other.<br>"
    48                 + "JOSM can''t upload them. Please edit the relations and remove the "
     48                + "JOSM cannot upload them. Please edit the relations and remove the "
    4949                + "cyclic dependency.</html>", dep.size()-1);
    5050        pnl.add(new JLabel(msg), BorderLayout.NORTH);
Note: See TracChangeset for help on using the changeset viewer.