Changeset 5258 in josm for trunk


Ignore:
Timestamp:
2012-06-01T10:16:56+02:00 (12 years ago)
Author:
stoecker
Message:

fix message text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/CustomConfigurator.java

    r5201 r5258  
    958958        JOptionPane.showMessageDialog(
    959959                Main.parent,
    960                 tr("<html>Settings file asks to append preferences to <b>{0}</b>,<br/> but it's default value is unknown at this moment.<br/> Please activate corresponding function manually and retry importing.", key),
     960                tr("<html>Settings file asks to append preferences to <b>{0}</b>,<br/> but its default value is unknown at this moment.<br/> Please activate corresponding function manually and retry importing.", key),
    961961                tr("Warning"),
    962962                JOptionPane.WARNING_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.