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

fix messages for gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorisationClient.java

    r2804 r2850  
    297297            String sessionId = extractOsmSession(connection);
    298298            if (sessionId == null)
    299                 throw new OsmOAuthAuthorisationException(tr("OSM website didn''t reply a session cookie in response to ''{0}'',", url.toString()));
     299                throw new OsmOAuthAuthorisationException(tr("OSM website did not return a session cookie in response to ''{0}'',", url.toString()));
    300300            return sessionId;
    301301        } catch(IOException e) {
Note: See TracChangeset for help on using the changeset viewer.