Ignore:
Timestamp:
2010-01-07T23:09:18+01:00 (14 years ago)
Author:
Gubaer
Message:

typos

File:
1 edited

Legend:

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

    r2763 r2765  
    143143                parent,
    144144                tr("<html>"
    145                         + "Successfully used the the Access Token ''{0}'' to<br>"
     145                        + "Successfully used the Access Token ''{0}'' to<br>"
    146146                        + "access the OSM server at ''{1}''.<br>"
    147147                        + "You''re accessing the OSM server as user ''{2}'' with id ''{3}''."
     
    154154                tr("Success"),
    155155                JOptionPane.INFORMATION_MESSAGE,
    156                 HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenOK")
     156                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenOK")
    157157        );
    158158    }
     
    172172                tr("Test failed"),
    173173                JOptionPane.ERROR_MESSAGE,
    174                 HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
     174                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
    175175        );
    176176    }
     
    190190                tr("Token allows restricted access"),
    191191                JOptionPane.WARNING_MESSAGE,
    192                 HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
     192                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
    193193        );
    194194    }
     
    209209                tr("Test failed"),
    210210                JOptionPane.ERROR_MESSAGE,
    211                 HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
     211                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
    212212        );
    213213    }
     
    226226                tr("Test failed"),
    227227                JOptionPane.ERROR_MESSAGE,
    228                 HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
     228                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
    229229        );
    230230    }
     
    242242                tr("Test failed"),
    243243                JOptionPane.WARNING_MESSAGE,
    244                 HelpUtil.ht("/Dialog/OAuthAutorisationWizard#AccessTokenFailed")
     244                HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed")
    245245        );
    246246    }
Note: See TracChangeset for help on using the changeset viewer.