Changeset 5258 in josm


Ignore:
Timestamp:
Jun 1, 2012 10:16:56 AM (13 months 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.