Changeset 5411 in josm


Ignore:
Timestamp:
Aug 9, 2012 9:43:38 PM (10 months ago)
Author:
Don-vip
Message:

see #7943 - Fix OAuth rejection error message

File:
1 edited

Legend:

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

    r5266 r5411  
    163163                tr("<html>" 
    164164                        + "Failed to access the OSM server ''{0}''<br>" 
    165                         + "with the Access Token ''{0}''.<br>" 
     165                        + "with the Access Token ''{1}''.<br>" 
    166166                        + "The server rejected the Access Token as unauthorized. You will not<br>" 
    167167                        + "be able to access any protected resource on this server using this token." 
Note: See TracChangeset for help on using the changeset viewer.