Changeset 18318 in josm for trunk/src/org


Ignore:
Timestamp:
2021-11-08T09:39:08+01:00 (3 years ago)
Author:
GerdP
Message:

see #20378:No Warnings on Crossings

  • improve I18n string (patch by Hb---, modified)
File:
1 edited

Legend:

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

    r17436 r18318  
    111111        HtmlPanel pnlMessage = new HtmlPanel();
    112112        pnlMessage.setText("<html><body>"
    113                 + tr("The following are results of automatic validation. Try fixing"
    114                 + " these, but be careful (don''t destroy valid data)."
    115                 + " When in doubt ignore them.<br>When you"
    116                 + " cancel this dialog, you can find the entries in the validator"
    117                 + " side panel to inspect them.")
     113                + tr("The JOSM data validator partially checked the objects to be"
     114                + " uploaded and found some problems. Try fixing them, but do not"
     115                + " harm valid data. When in doubt ignore the findings.<br>"
     116                + " You can see the findings in the Validator Results panel too."
     117                + " Further checks on all data can be started from that panel.")
    118118                + "<table align=\"center\">"
    119119                + "<tr><td align=\"left\"><b>"+tr("Errors")
     
    125125                + "<tr><td align=\"left\"><b>"+tr("Other")
    126126                + "&nbsp;</b></td><td align=\"left\">"
    127                 + tr("Informational warnings, expect many false entries.")+"</td></tr>"
     127                + tr("Informational hints, expect many false entries.")+"</td></tr>"
    128128                + "</table>"
    129129        );
Note: See TracChangeset for help on using the changeset viewer.