Changeset 2877 in josm for trunk/src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java
- Timestamp:
- 2010-01-18T22:28:36+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java
r2861 r2877 119 119 gc.gridwidth = 1; 120 120 gc.weightx = 0.0; 121 lbl = new JLabel(tr("Please select an authori sation procedure: "));121 lbl = new JLabel(tr("Please select an authorization procedure: ")); 122 122 lbl.setFont(lbl.getFont().deriveFont(Font.PLAIN)); 123 123 pnl.add(lbl,gc); … … 338 338 putValue(NAME, tr("Cancel")); 339 339 putValue(SMALL_ICON, ImageProvider.get("cancel")); 340 putValue(SHORT_DESCRIPTION, tr("Close the dialog and cancel authori sation"));340 putValue(SHORT_DESCRIPTION, tr("Close the dialog and cancel authorization")); 341 341 } 342 342
Note:
See TracChangeset
for help on using the changeset viewer.
