Ticket #4341: josm-typo.diff

File josm-typo.diff, 729 bytes (added by anonymous, 16 years ago)
  • src/org/openstreetmap/josm/gui/preferences/PreferenceDialog.java

     
    8989        public CancelAction() {
    9090            putValue(NAME, tr("Cancel"));
    9191            putValue(SMALL_ICON, ImageProvider.get("cancel"));
    92             putValue(SHORT_DESCRIPTION, tr("Close the prefereces dialog and discard preference updates"));
     92            putValue(SHORT_DESCRIPTION, tr("Close the preferences dialog and discard preference updates"));
    9393        }
    9494
    9595        public void cancel() {