Changeset 5258 in josm
- Timestamp:
- 2012-06-01T10:16:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/CustomConfigurator.java
r5201 r5258 958 958 JOptionPane.showMessageDialog( 959 959 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), 961 961 tr("Warning"), 962 962 JOptionPane.WARNING_MESSAGE);
Note:
See TracChangeset
for help on using the changeset viewer.