Changeset 1907 in josm for trunk/src


Ignore:
Timestamp:
2009-08-04T16:35:42+02:00 (15 years ago)
Author:
stoecker
Message:

cleanup strings

File:
1 edited

Legend:

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

    r1894 r1907  
    221221            OptionPaneUtil.showMessageDialog(
    222222                    Main.parent,
    223                     tr("<html>An error occurred while saving. <br>Error is: <br>{0}</html>", e.getMessage()),
     223                    tr("<html>An error occurred while saving.<br>Error is: <br>{0}</html>", e.getMessage()),
    224224                    tr("Error"),
    225225                    JOptionPane.ERROR_MESSAGE
     
    236236                OptionPaneUtil.showMessageDialog(
    237237                        Main.parent,
    238                         tr("<html>An error occurred while restoring backup file.<br> Error is: <br>{0}</html>", e2.getMessage()),
     238                        tr("<html>An error occurred while restoring backup file.<br>Error is: <br>{0}</html>", e2.getMessage()),
    239239                        tr("Error"),
    240240                        JOptionPane.ERROR_MESSAGE
Note: See TracChangeset for help on using the changeset viewer.