Changeset 3082 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-03-05T09:27:12+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
r3080 r3082 99 99 + "Subsequent data upload requests don't use your password any more.") 100 100 + "</p>" 101 + "</body></html>" 102 ); 101 + "</body></html>"); 103 102 pnl.add(pnlMessage, gc); 104 103 … … 150 149 + "password until the OSM server provides an encrypted communication channel (HTTPS).") 151 150 + "</p>" 152 + "</body></html>" 153 ); 151 + "</body></html>"); 154 152 pnl.add(pnlMessage, gc); 155 153 … … 239 237 + "Click on <strong>{0}</strong> to accept the token. JOSM will use it in " 240 238 + "subsequent requests to gain access to the OSM API." 241 + "</html>", 242 lbl 243 )); 239 + "</html>",lbl)); 244 240 pnl.add(msg, gc); 245 241 … … 459 455 + "Please try again or choose another kind of authorization process,<br>" 460 456 + "i.e. semi-automatic or manual authorization." 461 +"</html>" 462 ), 457 +"</html>"), 463 458 tr("OAuth authorization failed"), 464 459 JOptionPane.ERROR_MESSAGE, … … 476 471 + "Please check your advanced setting and try again." 477 472 + "</html>", 478 getAdvancedPropertiesPanel().getAdvancedParameters().getAuthoriseUrl() 479 ), 473 getAdvancedPropertiesPanel().getAdvancedParameters().getAuthoriseUrl()), 480 474 tr("OAuth authorization failed"), 481 475 JOptionPane.ERROR_MESSAGE, … … 501 495 +"</html>", 502 496 loginUrl, 503 getOsmUserName() 504 ), 497 getOsmUserName()), 505 498 tr("OAuth authorization failed"), 506 499 JOptionPane.ERROR_MESSAGE,
Note:
See TracChangeset
for help on using the changeset viewer.