Ignore:
Timestamp:
2008-12-31T00:36:58+01:00 (15 years ago)
Author:
stoecker
Message:

fixed relation handling, applied language patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmServerWriter.java

    r1189 r1195  
    114114        while (useChangesets && comment == null) {
    115115            comment = JOptionPane.showInputDialog(Main.parent,
    116                  tr("Provide a brief comment as to the changes to you are uploading:"),
     116                 tr("Provide a brief comment for the changes you are uploading:"),
    117117                 tr("Commit comment"), JOptionPane.QUESTION_MESSAGE);
    118118            if (comment == null)
Note: See TracChangeset for help on using the changeset viewer.