Ignore:
Timestamp:
2009-09-20T10:23:22+02:00 (17 years ago)
Author:
stoecker
Message:

fixed typos

Location:
trunk/src/org/openstreetmap/josm/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java

    r2156 r2163  
    583583                    tr("<html>There is at least one member in this relation referring<br>"
    584584                            + "to the relation itself.<br>"
    585                             + "This creates circular dependencies and is dicuraged.<br>"
     585                            + "This creates circular dependencies and is discouraged.<br>"
    586586                            + "How do you want to proceed with circular dependencies?</html>"),
    587587                            tr("Warning"),
  • trunk/src/org/openstreetmap/josm/gui/io/CloseChangesetDialog.java

    r2139 r2163  
    124124            putValue(NAME, tr("Cancel"));
    125125            putValue(SMALL_ICON, ImageProvider.get("cancel"));
    126             putValue(SHORT_DESCRIPTION, tr("Cancel closeing of changesets"));
     126            putValue(SHORT_DESCRIPTION, tr("Cancel closing of changesets"));
    127127        }
    128128
Note: See TracChangeset for help on using the changeset viewer.