Ignore:
Timestamp:
2010-01-18T22:28:36+01:00 (16 years ago)
Author:
mjulius
Message:

authorise --> authorize in localized messages
fixed typo

File:
1 edited

Legend:

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

    r2861 r2877  
    119119        gc.gridwidth = 1;
    120120        gc.weightx = 0.0;
    121         lbl = new JLabel(tr("Please select an authorisation procedure: "));
     121        lbl = new JLabel(tr("Please select an authorization procedure: "));
    122122        lbl.setFont(lbl.getFont().deriveFont(Font.PLAIN));
    123123        pnl.add(lbl,gc);
     
    338338            putValue(NAME, tr("Cancel"));
    339339            putValue(SMALL_ICON, ImageProvider.get("cancel"));
    340             putValue(SHORT_DESCRIPTION, tr("Close the dialog and cancel authorisation"));
     340            putValue(SHORT_DESCRIPTION, tr("Close the dialog and cancel authorization"));
    341341        }
    342342
Note: See TracChangeset for help on using the changeset viewer.