Ignore:
Timestamp:
2021-03-22T19:30:36+01:00 (4 years ago)
Author:
simon04
Message:

fix #20647 - Add --status-report command line argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r17337 r17637  
    6464
    6565    /**
     66     * Localized description text for this action
     67     */
     68    public static final String ACTION_DESCRIPTION = tr("Show status report with useful information that can be attached to bugs");
     69
     70    /**
    6671     * Constructs a new {@code ShowStatusReportAction}
    6772     */
     
    7075                tr("Show Status Report"),
    7176                "misc/statusreport",
    72                 tr("Show status report with useful information that can be attached to bugs"),
     77                ACTION_DESCRIPTION,
    7378                Shortcut.registerShortcut("help:showstatusreport", tr("Help: {0}",
    7479                        tr("Show Status Report")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), true, "help/showstatusreport", false);
Note: See TracChangeset for help on using the changeset viewer.