Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (11 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

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

    r8510 r8540  
    404404        public SelectAndZoomAction() {
    405405            putValue(NAME, tr("Select and zoom"));
    406             putValue(SHORT_DESCRIPTION, tr("Selects the objects that take part in this command (unless currently deleted), then and zooms to it"));
     406            putValue(SHORT_DESCRIPTION,
     407                    tr("Selects the objects that take part in this command (unless currently deleted), then and zooms to it"));
    407408            putValue(SMALL_ICON, ImageProvider.get("dialogs/autoscale", "selection"));
    408409        }
Note: See TracChangeset for help on using the changeset viewer.