Ignore:
Timestamp:
2010-01-13T20:13:40+01:00 (14 years ago)
Author:
mjulius
Message:

fix messages for gui/io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/DownloadOpenChangesetsTask.java

    r2789 r2848  
    6161            JOptionPane.showMessageDialog(
    6262                    JOptionPane.getFrameForComponent(parent),
    63                     tr("<html>Could not retrieve the list of your open changesets because<br>"
    64                             + "JOSM doesn't know your identity.<br>"
    65                             + "You've either chosen to work anonymously or you are not entitled<br>"
    66                             + "to know the identity of the user on whose behalf you are working."
    67                             + "</html>"
    68                     ),
     63                    "<html>" + tr("Could not retrieve the list of your open changesets because<br>"
     64                            + "JOSM does not know your identity.<br>"
     65                            + "You have either chosen to work anonymously or you are not entitled<br>"
     66                            + "to know the identity of the user on whose behalf you are working.")
     67                            + "</html>",
    6968                    tr("Missing user identity"),
    7069                    JOptionPane.ERROR_MESSAGE
Note: See TracChangeset for help on using the changeset viewer.