Ignore:
Timestamp:
2013-11-18T21:41:36+01:00 (11 years ago)
Author:
belecker
Message:

JOSMJOSM/tracer2: Remove some errors..

Location:
applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerAction.java

    r30052 r30059  
    224224            if (oGetVersion.m_nVersionMajor != nMajor) {
    225225                JOptionPane.showMessageDialog(Main.parent, tr("The Tracer2Server version isn''t compatible with this plugin. Please download version {0} from\n{1}.", nMajor + ".x",
    226                                 + "http://sourceforge.net/projects/tracer2server/"), tr("Error"),  JOptionPane.ERROR_MESSAGE);
     226                                "http://sourceforge.net/projects/tracer2server/"), tr("Error"),  JOptionPane.ERROR_MESSAGE);
    227227                return false;
    228228            }
  • applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/Request.java

    r30052 r30059  
    5454        } catch (ConnectException e) {
    5555            JOptionPane.showMessageDialog(Main.parent, tr("Tracer2Server isn''t running. Please start the Server.\nIf you don''t have the server, please download it from\n{1}.",
    56                         + "http://sourceforge.net/projects/tracer2server/") , tr("Error"),  JOptionPane.ERROR_MESSAGE);
     56                        "http://sourceforge.net/projects/tracer2server/") , tr("Error"),  JOptionPane.ERROR_MESSAGE);
    5757            return "";
    5858        } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.