- Timestamp:
- 2021-11-08T09:39:08+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/upload/ValidateUploadHook.java
r17436 r18318 111 111 HtmlPanel pnlMessage = new HtmlPanel(); 112 112 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.") 118 118 + "<table align=\"center\">" 119 119 + "<tr><td align=\"left\"><b>"+tr("Errors") … … 125 125 + "<tr><td align=\"left\"><b>"+tr("Other") 126 126 + " </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>" 128 128 + "</table>" 129 129 );
Note:
See TracChangeset
for help on using the changeset viewer.