Ticket #2278: UploadDataGui.java.patch
File UploadDataGui.java.patch, 972 bytes (added by , 16 years ago) |
---|
-
src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
103 103 publicCheckbox.setToolTipText(tr("Selected makes your trace public in openstreetmap.org")); 104 104 105 105 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.")); 107 107 108 108 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.")); 110 110 111 111 JPanel p = new JPanel(); 112 112 p.setLayout(new GridBagLayout());