Ticket #4341: josm-typo.diff
| File josm-typo.diff, 729 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/preferences/PreferenceDialog.java
89 89 public CancelAction() { 90 90 putValue(NAME, tr("Cancel")); 91 91 putValue(SMALL_ICON, ImageProvider.get("cancel")); 92 putValue(SHORT_DESCRIPTION, tr("Close the prefere ces dialog and discard preference updates"));92 putValue(SHORT_DESCRIPTION, tr("Close the preferences dialog and discard preference updates")); 93 93 } 94 94 95 95 public void cancel() {
