Ticket #2278: UploadDataGui.java.patch

File UploadDataGui.java.patch, 972 bytes (added by avarab@…, 16 years ago)

Patch to UploadDataGui.java fixing the issue

  • src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java

     
    103103        publicCheckbox.setToolTipText(tr("Selected makes your trace public in openstreetmap.org"));
    104104
    105105        JLabel descriptionLabel = new JLabel(tr("Description"));
    106         descriptionField.setToolTipText("Please enter Description about your trace.");
     106        descriptionField.setToolTipText(tr("Please enter Description about your trace."));
    107107
    108108        JLabel tagsLabel = new JLabel(tr("Tags"));
    109         tagsField.setToolTipText("Please enter tags about your trace.");
     109        tagsField.setToolTipText(tr("Please enter tags about your trace."));
    110110
    111111        JPanel p = new JPanel();
    112112        p.setLayout(new GridBagLayout());