Changeset 18481 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2022-06-09T14:33:40+02:00 (2 years ago)
Author:
taylor.smock
Message:

i18n: \r -> <br>

File:
1 edited

Legend:

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

    r18472 r18481  
    263263                final String path = removeFileOnSuccess.getPath();
    264264                GuiHelper.runInEDT(() -> {
    265                     Notification notification = new Notification(tr("Could not delete file: {0}\r{1}", path, ex.getMessage()));
     265                    Notification notification = new Notification(tr("Could not delete file: {0}<br>{1}", path, ex.getMessage()));
    266266                    notification.setIcon(JOptionPane.WARNING_MESSAGE);
    267267                    notification.show();
Note: See TracChangeset for help on using the changeset viewer.