Changeset 19105 in josm for trunk/src/org


Ignore:
Timestamp:
2024-06-13T17:55:49+02:00 (7 months ago)
Author:
stoecker
Message:

Explain what to do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHook.java

    r19103 r19105  
    402402        if (missingArguments.length() > 0) {
    403403            final String args = missingArguments.toString();
    404             messages.add(tr("Missing JVM Arguments:<br>{0}", args));
     404            messages.add(tr("Missing JVM Arguments:<br>{0}<br>These arguments should be added in the command line or start script before the -jar parameter.", args));
    405405        }
    406406        if (!messages.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.