- Timestamp:
- 2010-01-07T23:09:18+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java
r2763 r2765 143 143 parent, 144 144 tr("<html>" 145 + "Successfully used the theAccess Token ''{0}'' to<br>"145 + "Successfully used the Access Token ''{0}'' to<br>" 146 146 + "access the OSM server at ''{1}''.<br>" 147 147 + "You''re accessing the OSM server as user ''{2}'' with id ''{3}''." … … 154 154 tr("Success"), 155 155 JOptionPane.INFORMATION_MESSAGE, 156 HelpUtil.ht("/Dialog/OAuthAut orisationWizard#AccessTokenOK")156 HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenOK") 157 157 ); 158 158 } … … 172 172 tr("Test failed"), 173 173 JOptionPane.ERROR_MESSAGE, 174 HelpUtil.ht("/Dialog/OAuthAut orisationWizard#AccessTokenFailed")174 HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed") 175 175 ); 176 176 } … … 190 190 tr("Token allows restricted access"), 191 191 JOptionPane.WARNING_MESSAGE, 192 HelpUtil.ht("/Dialog/OAuthAut orisationWizard#AccessTokenFailed")192 HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed") 193 193 ); 194 194 } … … 209 209 tr("Test failed"), 210 210 JOptionPane.ERROR_MESSAGE, 211 HelpUtil.ht("/Dialog/OAuthAut orisationWizard#AccessTokenFailed")211 HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed") 212 212 ); 213 213 } … … 226 226 tr("Test failed"), 227 227 JOptionPane.ERROR_MESSAGE, 228 HelpUtil.ht("/Dialog/OAuthAut orisationWizard#AccessTokenFailed")228 HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed") 229 229 ); 230 230 } … … 242 242 tr("Test failed"), 243 243 JOptionPane.WARNING_MESSAGE, 244 HelpUtil.ht("/Dialog/OAuthAut orisationWizard#AccessTokenFailed")244 HelpUtil.ht("/Dialog/OAuthAuthorisationWizard#AccessTokenFailed") 245 245 ); 246 246 }
Note:
See TracChangeset
for help on using the changeset viewer.