Index: applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
===================================================================
--- applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java	(revision 14073)
+++ applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java	(revision 14109)
@@ -104,8 +104,8 @@
 
         JLabel descriptionLabel = new JLabel(tr("Description"));
-        descriptionField.setToolTipText("Please enter Description about your trace.");
+        descriptionField.setToolTipText(tr("Please enter Description about your trace."));
 
         JLabel tagsLabel = new JLabel(tr("Tags"));
-        tagsField.setToolTipText("Please enter tags about your trace.");
+        tagsField.setToolTipText(tr("Please enter tags about your trace."));
 
         JPanel p = new JPanel();
